[commit: unix] master: Follow changes in the testsuite (10bacdd)

Ian Lynagh igloo at earth.li
Mon Feb 11 17:33:58 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/10bacddc958dd281d2e354a765c2eea99a7b64ab

>---------------------------------------------------------------

commit 10bacddc958dd281d2e354a765c2eea99a7b64ab
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Feb 11 14:11:21 2013 +0000

    Follow changes in the testsuite

>---------------------------------------------------------------

 tests/libposix/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/libposix/all.T b/tests/libposix/all.T
index 3fb52ec..bcea705 100644
--- a/tests/libposix/all.T
+++ b/tests/libposix/all.T
@@ -2,7 +2,7 @@ test('posix002', [ reqlib('unix'), omit_ways(prof_ways) ],
                  compile_and_run, [''])
 
 # Skip on mingw32: assumes existence of 'pwd' and /tmp
-test('posix003', if_os('mingw32', skip), compile_and_run, [''])
+test('posix003', when(opsys('mingw32'), skip), compile_and_run, [''])
 
 test('posix004', [ reqlib('unix') ], compile_and_run, [''])
 





More information about the ghc-commits mailing list