aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <ian@well-typed.com>2013-02-11 14:11:21 +0000
committerGravatar Ian Lynagh <ian@well-typed.com>2013-02-11 14:11:21 +0000
commit10bacddc958dd281d2e354a765c2eea99a7b64ab (patch)
tree07f8aaf5d3964378940077768c48bfa28e6c90a5 /tests
parent68a55ac9be8ce183cb39276953134d00e2856184 (diff)
Follow changes in the testsuite
Diffstat (limited to 'tests')
-rw-r--r--tests/libposix/all.T2
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, [''])