From 3004fe3915223598c6af5c0a9ce0156d63532e29 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 4 Feb 2011 23:20:27 +0100 Subject: [PATCH] fix the last committed laxation of a test --- testing/acceptance_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 358f7a1d0..edf52f073 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -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):