From 1bc7812dcc35819e4c2b1a03583f3f4f23446f54 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 29 Apr 2010 00:47:11 +0200 Subject: [PATCH] adapt for fnmatch_lines changes on trunk --- testing/test_boxed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_boxed.py b/testing/test_boxed.py index 8acf5b0..6988373 100644 --- a/testing/test_boxed.py +++ b/testing/test_boxed.py @@ -8,7 +8,7 @@ def test_functional_boxed(testdir): os.kill(os.getpid(), 15) """) result = testdir.runpytest(p1, "--boxed") - assert result.stdout.fnmatch_lines([ + result.stdout.fnmatch_lines([ "*CRASHED*", "*1 failed*" ])