summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-10-10 18:28:20 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-10-10 18:29:16 +0200
commit614ce4b0b93ec1f9c308589b956b725535c57111 (patch)
treeed4749655914ec73ec84b0bf19cb38d3e1f84dc1 /testsuite
parentfa5eabec43a71546afba6dec7508ae5afb23b805 (diff)
downloadhaskell-614ce4b0b93ec1f9c308589b956b725535c57111.tar.gz
Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghci/linking/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index fc3516aafa..e823f88613 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -43,7 +43,7 @@ test('ghcilink006',
test('T3333',
[extra_clean(['T3333.o']),
unless(doing_ghci, skip),
- unless(ghci_dynamic(), expect_broken(3333))],
+ unless(opsys('linux') or ghci_dynamic(), expect_broken(3333))],
run_command,
['$MAKE -s --no-print-directory T3333'])