From 090f9f33e7f626df0c9ea41251ea04a56883efd9 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 30 Jun 2017 22:36:47 -0400 Subject: Attempt at fixing new unit test on Linux and Windows --- tests/test_cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_cmd2.py') diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 22ac84d9..9c270a34 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -728,7 +728,7 @@ def shell_app(): return app def test_default_to_shell_found(shell_app): - out = run_cmd(shell_app, 'ls -hal') + out = run_cmd(shell_app, 'echo Hello') assert out == [] def test_default_to_shell_unknown(shell_app): -- cgit v1.2.1