From fa9f6c56a8b9340aa9dcf02cdd0026bdb0e61422 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 6 Jul 2021 10:10:09 +0200 Subject: makeself: disable tests for now, working around #110149 I couldn't find an easy way to work around this while doing the tests, so let's disable them for now and work on fixing the sandbox shell instead (and re-enable tests after that is deployed; I hope). --- pkgs/applications/misc/makeself/tests-use-better-shell.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 pkgs/applications/misc/makeself/tests-use-better-shell.patch (limited to 'pkgs/applications/misc/makeself/tests-use-better-shell.patch') 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 - } -- cgit 1.4.1