summaryrefslogtreecommitdiff
path: root/testsuite/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test_shell.py')
-rw-r--r--testsuite/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test_shell.py b/testsuite/test_shell.py
index e4d0871..3878194 100644
--- a/testsuite/test_shell.py
+++ b/testsuite/test_shell.py
@@ -77,7 +77,7 @@ class ShellTestCase(unittest.TestCase):
stdout = stdout.splitlines()
self.assertEqual(errcode, 1)
self.assertFalse(stderr)
- self.assertEqual(len(stdout), 20)
+ self.assertEqual(len(stdout), 24)
for line, num, col in zip(stdout, (3, 6, 6, 9, 12), (3, 6, 6, 1, 5)):
path, x, y, msg = line.split(':')
self.assertTrue(path.endswith(E11))