summaryrefslogtreecommitdiff
path: root/tests/test_z_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_z_cmdline.py')
-rw-r--r--tests/test_z_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py
index 283c993..57aba64 100644
--- a/tests/test_z_cmdline.py
+++ b/tests/test_z_cmdline.py
@@ -200,7 +200,7 @@ def test_run_custom_install_command_error(cmd, initproj):
})
result = cmd.run("tox")
result.stdout.fnmatch_lines([
- "ERROR: invocation failed, args: ['*/tox.ini*",
+ "ERROR: invocation failed (errno 13), args: ['*/tox.ini*",
])
assert result.ret