adapt for fnmatch_lines changes on trunk

This commit is contained in:
holger krekel
2010-04-29 00:47:11 +02:00
parent bdc3f9bf53
commit 1bc7812dcc

View File

@@ -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*"
])