diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 7ea4f227..3ce4123c 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1949,7 +1949,6 @@ Usage: exit [exit_code] self.perror("{} isn't a valid integer exit code".format(arg_list[0])) self.exit_code = -1 - self._should_quit = True # Return True to stop the command loop return True |