summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 4fd9ca1c..ba83e426 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -292,7 +292,7 @@ def test_base_load_default_file(base_app, capsys):
# The default file 'command.txt' doesn't exist, so we should get an error message
expected = normalize("""ERROR: Problem accessing script from command.txt:
-[Errno 2] No such file or directory: 'command.txt.txt'
+[Errno 2] No such file or directory: 'command.txt'
To enable full traceback, run the following command: 'set debug true'
""")
assert normalize(str(err)) == expected