aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/libposix/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libposix/all.T')
-rw-r--r--tests/libposix/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libposix/all.T b/tests/libposix/all.T
index bcea705..79abf5d 100644
--- a/tests/libposix/all.T
+++ b/tests/libposix/all.T
@@ -2,7 +2,8 @@ test('posix002', [ reqlib('unix'), omit_ways(prof_ways) ],
compile_and_run, [''])
# Skip on mingw32: assumes existence of 'pwd' and /tmp
-test('posix003', when(opsys('mingw32'), skip), compile_and_run, [''])
+test('posix003', [when(opsys('mingw32'), skip), extra_clean(['po003.out'])],
+ compile_and_run, [''])
test('posix004', [ reqlib('unix') ], compile_and_run, [''])