aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.T')
-rw-r--r--tests/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all.T b/tests/all.T
index 056e016..1311d74 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -24,9 +24,9 @@ if config.platform == 'i386-unknown-freebsd':
test('queryfdoption01', compose(omit_ways(['ghci']), compose(only_compiler_types(['ghc']), conf)),
compile_and_run, ['-package unix'])
test('getEnvironment01', conf, compile_and_run, ['-package unix'])
-test('getGroupEntryForName', compose(conf, expect_fail), compile_and_run,
+test('getGroupEntryForName', compose(conf, exit_code(1)), compile_and_run,
['-package unix'])
-test('getUserEntryForName', compose(conf, expect_fail), compile_and_run,
+test('getUserEntryForName', compose(conf, exit_code(1)), compile_and_run,
['-package unix'])