diff options
Diffstat (limited to 'test/Program.py')
-rw-r--r-- | test/Program.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Program.py b/test/Program.py index 8fb0fa4..6a0a517 100644 --- a/test/Program.py +++ b/test/Program.py @@ -22,8 +22,6 @@ main(int argc, char *argv[]) test.run(arguments = 'foo') -test.run(program = test.workpath('foo')) - -test.fail_test(test.stdout() != "foo.c\n") +test.run(program = test.workpath('foo'), stdout = "foo.c\n") test.pass_test() |