aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <ian@well-typed.com>2013-06-13 23:15:21 +0100
committerGravatar Ian Lynagh <ian@well-typed.com>2013-06-13 23:15:21 +0100
commite7128031649485e984d4385c81010ea5dcb8aa78 (patch)
treef453a504a5217810f0dff85bb2e40bef08d48ed3 /tests
parentc862e71789433a8fd4158e19f5efeba5e229b10c (diff)
Test cleaning fixes
Diffstat (limited to 'tests')
-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, [''])