summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 33c4acb3..e88c4c18 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -346,9 +346,9 @@ def test_pipe_to_shell(base_app):
out = run_cmd(base_app, 'help help | wc')
if sys.platform == "win32":
- expected = normalize("1 5 24")
+ expected = normalize("1 11 70")
else:
- expected = normalize("1 5 20")
+ expected = normalize("1 11 66")
assert out[0].strip() == expected[0].strip()