blob: 1d29882d9b72dfa12efca17df7db30a4018da2cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
|