summaryrefslogtreecommitdiff
path: root/system/findutils/xargs-test-hashbang.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-01-04 20:21:09 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:39 -0500
commite6a2417dffed73c09930aebb6c13dc17a14b02fe (patch)
tree03a4d64a2e795003f003974ed8da7223646d314e /system/findutils/xargs-test-hashbang.patch
parente79190d27e6ba9455d7775aa2e40d68c73507709 (diff)
downloadpackages-e6a2417dffed73c09930aebb6c13dc17a14b02fe.tar.gz
packages-e6a2417dffed73c09930aebb6c13dc17a14b02fe.tar.bz2
packages-e6a2417dffed73c09930aebb6c13dc17a14b02fe.tar.xz
packages-e6a2417dffed73c09930aebb6c13dc17a14b02fe.zip
system/findutils: disable unstable test. become maintainer. fixes #418.
Diffstat (limited to 'system/findutils/xargs-test-hashbang.patch')
-rw-r--r--system/findutils/xargs-test-hashbang.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/findutils/xargs-test-hashbang.patch b/system/findutils/xargs-test-hashbang.patch
deleted file mode 100644
index 53b3f34a0..000000000
--- a/system/findutils/xargs-test-hashbang.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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.