summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-19 14:35:58 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:04 -0400
commit1f0097683f65ee3cd917af843621ed73b5348e68 (patch)
tree8d07d2db298e1cfdc9ac3b2b7a64172cbfb1dcc6
parent7d424e1e31a8f16e614947460e0e4e4b52f8b5cf (diff)
downloadhaskell-1f0097683f65ee3cd917af843621ed73b5348e68.tar.gz
winio: fix cabal04 by filtering rts args
-rw-r--r--testsuite/tests/cabal/cabal04/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal04/Makefile b/testsuite/tests/cabal/cabal04/Makefile
index e9366fa349..e8b3aab3ac 100644
--- a/testsuite/tests/cabal/cabal04/Makefile
+++ b/testsuite/tests/cabal/cabal04/Makefile
@@ -14,7 +14,7 @@ cabal04:
$(MAKE) -s --no-print-directory clean
'$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make Setup
$(SETUP) clean
- $(SETUP) configure --with-ghc='$(TEST_HC)' --ghc-options='$(filter-out -rtsopts,$(TEST_HC_OPTS))' $(VANILLA) $(PROF) $(DYN)
+ $(SETUP) configure --with-ghc='$(TEST_HC)' --ghc-options='$(filter-out -with-rtsopts="--io-manager=native",$(filter-out -rtsopts,$(TEST_HC_OPTS)))' $(VANILLA) $(PROF) $(DYN)
$(SETUP) build 2> err
! grep -v "Creating library file" err
ifneq "$(CLEANUP)" ""