Files
gentoo/sys-apps/coreutils/files/coreutils-9.10-dash-tests.patch
Sam James de7f1809fc sys-apps/coreutils: fix dash issues
* Fix/workaround test issue with dash
* Use CONFIG_SHELL as bash until 9.11 to avoid autoreconf

Closes: https://bugs.gentoo.org/969663
Signed-off-by: Sam James <sam@gentoo.org>
2026-02-08 18:55:59 +00:00

13 lines
372 B
Diff

https://bugs.gentoo.org/969663
https://bugs.gnu.org/80353
--- a/tests/misc/read-errors.sh
+++ b/tests/misc/read-errors.sh
@@ -17,6 +17,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
+require_bash_as_SHELL_
uses_strace_
! cat . >/dev/null 2>&1 || skip_ "Need unreadable directories"