aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Thomas Miedema <thomasmiedema@gmail.com>2016-02-16 13:17:13 +0100
committerGravatar Thomas Miedema <thomasmiedema@gmail.com>2016-02-16 13:17:13 +0100
commit861ad256e0a5337a1a685b1cd50ae91ee9374cab (patch)
treeb2b224e79737aeaa8f529d14ecc70633b2ce1235
parent474430388a2a0dcfeef59510c23c2e1e35c5431b (diff)
Cleanup one more test
-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: