From 10bacddc958dd281d2e354a765c2eea99a7b64ab Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 11 Feb 2013 14:11:21 +0000 Subject: Follow changes in the testsuite --- tests/libposix/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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, ['']) -- cgit v1.2.3