fix the last committed laxation of a test

This commit is contained in:
holger krekel 2011-02-04 23:20:27 +01:00
parent eb225456d7
commit 3004fe3915
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class TestInvocationVariants:
result = testdir.runpytest("--pyargs", "tpkg.test_hello")
assert result.ret != 0
result.stderr.fnmatch_lines([
"*file*not*found*test_hello",
"*file*not*found*test_hello*",
])
def test_cmdline_python_package_not_exists(self, testdir):