From a3dbfb60e4b873c4c4d44c2fd273461e292a860b Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sun, 8 Feb 2026 19:52:46 +0000
Subject: [PATCH] tests: fix false failure with dash or ksh
* tests/misc/read-errors.sh: Avoid dash or ksh as they
do _not_ print an error message upon EIO from read.
Fixes https://bugs.gnu.org/80353
---
tests/misc/read-errors.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/misc/read-errors.sh b/tests/misc/read-errors.sh
index c05516505b..1e2bd6f027 100755
--- a/tests/misc/read-errors.sh
+++ b/tests/misc/read-errors.sh
@@ -17,6 +17,7 @@
# along with this program. If not, see