aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc/0001-testsuite-Fix-T8602-on-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ghc/0001-testsuite-Fix-T8602-on-musl.patch')
-rw-r--r--community/ghc/0001-testsuite-Fix-T8602-on-musl.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/ghc/0001-testsuite-Fix-T8602-on-musl.patch b/community/ghc/0001-testsuite-Fix-T8602-on-musl.patch
deleted file mode 100644
index 3c0e617b3a1..00000000000
--- a/community/ghc/0001-testsuite-Fix-T8602-on-musl.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 81608e82dfed7e78c1bba189f26c8c760f7c196a Mon Sep 17 00:00:00 2001
-From: Ben Gamari <ben@smart-cactus.org>
-Date: Tue, 11 Jun 2019 12:45:24 -0400
-Subject: testsuite: Fix T8602 on musl
-
-Musl wants hash-bangs on all executables.
----
- testsuite/tests/driver/T8602/T8602.script | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/testsuite/tests/driver/T8602/T8602.script b/testsuite/tests/driver/T8602/T8602.script
-index 746fb096bf..4729bd4e1e 100644
---- a/testsuite/tests/driver/T8602/T8602.script
-+++ b/testsuite/tests/driver/T8602/T8602.script
-@@ -1,3 +1,4 @@
--:! echo 'echo $4 $5 $6; exit 1' > t8602.sh
-+:! echo '#!/bin/sh' > t8602.sh
-+:! echo 'echo $4 $5 $6; exit 1' >> t8602.sh
- :! chmod +x t8602.sh
- :load A
---
-2.17.1
-