diff options
Diffstat (limited to 'test/WhereIs.py')
-rw-r--r-- | test/WhereIs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/WhereIs.py b/test/WhereIs.py index 15f4442..dccfefb 100644 --- a/test/WhereIs.py +++ b/test/WhereIs.py @@ -109,7 +109,7 @@ expect = [ test.workpath(sub3_xxx_exe), test.workpath(sub3_xxx_exe), test.workpath(sub4_xxx_exe), test.workpath(sub3_xxx_exe), - ] + ] test.run(arguments = ".", stdout = test.wrap_stdout(read_str = string.join(expect, "\n") + "\n", @@ -128,7 +128,7 @@ expect = [ test.workpath(sub4_xxx_exe), test.workpath(sub3_xxx_exe), test.workpath(sub4_xxx_exe), test.workpath(sub3_xxx_exe), - ] + ] test.run(arguments = ".", stdout = test.wrap_stdout(read_str = string.join(expect, "\n") + "\n", |