summaryrefslogtreecommitdiff
path: root/system/findutils/xargs-test-hashbang.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-10-29 03:08:22 +0000
committerZach van Rijn <me@zv.io>2021-10-29 03:08:22 +0000
commitebe5b10441eb3889a40ad355c0e00806222e702e (patch)
tree9a0e60e5a6a380748598b01961879398787d9ab6 /system/findutils/xargs-test-hashbang.patch
parent7430b52ee7e743a225f3ccb7b4326bb84c2f9c87 (diff)
parentad9bdf63fa5c1907ddd631a74f4bca942d9d021e (diff)
downloadpackages-ebe5b10441eb3889a40ad355c0e00806222e702e.tar.gz
packages-ebe5b10441eb3889a40ad355c0e00806222e702e.tar.bz2
packages-ebe5b10441eb3889a40ad355c0e00806222e702e.tar.xz
packages-ebe5b10441eb3889a40ad355c0e00806222e702e.zip
Merge branch 'awilfox/fix/2021-10-automated-builds' into 'master'
Fix automated builds for some packages See merge request adelie/packages!634
Diffstat (limited to 'system/findutils/xargs-test-hashbang.patch')
-rw-r--r--system/findutils/xargs-test-hashbang.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/findutils/xargs-test-hashbang.patch b/system/findutils/xargs-test-hashbang.patch
new file mode 100644
index 000000000..53b3f34a0
--- /dev/null
+++ b/system/findutils/xargs-test-hashbang.patch
@@ -0,0 +1,11 @@
+This test fails when using dash as /bin/sh.
+
+This workaround is also being used by Guix.
+--- findutils-4.8.0/tests/xargs/verbose-quote.sh.old 2021-01-01 18:46:51.000000000 -0600
++++ findutils-4.8.0/tests/xargs/verbose-quote.sh 2021-09-11 01:01:01.090000000 -0500
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # Verify that 'xargs -t' quotes the command properly when needed.
+
+ # Copyright (C) 2019-2021 Free Software Foundation, Inc.