diff options
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r-- | tests/test_cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index 666327c8..f5e8e96a 100644 --- a/tests/test_cmdline.py +++ b/tests/test_cmdline.py @@ -248,7 +248,7 @@ class CmdLineTest(BaseCmdLineTest): """) def test_debug(self): - self.cmd_help("debug", "What information would you like: config, data, sys?") + self.cmd_help("debug", "What information would you like: config, data, sys, premain?") self.cmd_help("debug foo", "Don't know what you mean by 'foo'") def test_debug_sys(self): |