From 861ad256e0a5337a1a685b1cd50ae91ee9374cab Mon Sep 17 00:00:00 2001
From: Thomas Miedema <thomasmiedema@gmail.com>
Date: Tue, 16 Feb 2016 13:17:13 +0100
Subject: [PATCH] Cleanup one more test

---
 tests/all.T | 7 ++++---
 1 file 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:
-- 
GitLab