summaryrefslogtreecommitdiffstats
path: root/test/runtest/simple/pass.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest/simple/pass.py')
-rw-r--r--test/runtest/simple/pass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/simple/pass.py b/test/runtest/simple/pass.py
index 6332e5f..6e5b6b0 100644
--- a/test/runtest/simple/pass.py
+++ b/test/runtest/simple/pass.py
@@ -47,7 +47,7 @@ expect_stderr = """\
PASSING TEST STDERR
"""
-test.run(arguments='test/pass.py', stdout=expect_stdout, stderr=expect_stderr)
+test.run(arguments='-k test/pass.py', stdout=expect_stdout, stderr=expect_stderr)
test.pass_test()