[commit: unix] master: Test cleaning fixes (e712803)
Ian Lynagh
igloo at earth.li
Fri Jun 14 16:00:11 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e7128031649485e984d4385c81010ea5dcb8aa78
>---------------------------------------------------------------
commit e7128031649485e984d4385c81010ea5dcb8aa78
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Jun 13 23:15:21 2013 +0100
Test cleaning fixes
>---------------------------------------------------------------
tests/libposix/all.T | 3 ++-
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, [''])
More information about the ghc-commits
mailing list