From e7128031649485e984d4385c81010ea5dcb8aa78 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <ian@well-typed.com>
Date: Thu, 13 Jun 2013 23:15:21 +0100
Subject: [PATCH] Test cleaning fixes

---
 tests/libposix/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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, [''])
 
-- 
GitLab