summary refs log tree commit diff
path: root/pkgs/applications/misc/makeself/tests-use-better-shell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/makeself/tests-use-better-shell.patch')
-rw-r--r--pkgs/applications/misc/makeself/tests-use-better-shell.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/applications/misc/makeself/tests-use-better-shell.patch b/pkgs/applications/misc/makeself/tests-use-better-shell.patch
deleted file mode 100644
index 159a93622ad..00000000000
--- a/pkgs/applications/misc/makeself/tests-use-better-shell.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Use full bash's sh in tests instead of /bin/sh, as that would be
-too minimalist in the build sandbox.  See issue:
-https://github.com/NixOS/nixpkgs/issues/110149#issuecomment-874258128
-diff --git a/test/extracttest b/test/extracttest
---- a/test/extracttest
-+++ b/test/extracttest
-@@ -9,2 +9,3 @@ setupTests() {
-   $SUT $* archive makeself-test.run "Test $*" echo Testing
-+  sed "1s|/bin|$(dirname "$SHELL")|" -i ./makeself-test.run
- }