diff options
Diffstat (limited to 'tests/test_history.py')
-rwxr-xr-x[-rw-r--r--] | tests/test_history.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_history.py b/tests/test_history.py index 9752ed07..476cdd7e 100644..100755 --- a/tests/test_history.py +++ b/tests/test_history.py @@ -268,7 +268,6 @@ def histitem(): def parser(): from cmd2.parsing import StatementParser parser = StatementParser( - allow_redirection=True, terminators=[';', '&'], multiline_commands=['multiline'], aliases={'helpalias': 'help', |