aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests/all.T7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/all.T b/tests/all.T
index 61deab9..d878292 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -2,9 +2,10 @@
test('signals001', normal, compile_and_run, ['-package unix -cpp'])
test('signals002', [], compile_and_run, ['-package unix'])
test('fileexist01', normal, compile_and_run, ['-package unix'])
-test('forkprocess01', [ only_compiler_types(['ghc']),
- extra_ways(['threaded1_ls']) ], # test #4512
- compile_and_run, ['-package unix'])
+
+# test #4512
+test('forkprocess01', extra_ways(['threaded1_ls']), compile_and_run,
+ ['-package unix'])
#
# user001 may fail due to this bug in glibc: