1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 05:12:15 +02:00

tests: accommodate a different errno string on Irix 6.5

* tests/mkdir/selinux: Also handle "Not supported".
Reported by Peter Fales.
This commit is contained in:
Jim Meyering
2008-04-14 22:17:23 +02:00
parent 4827dd27b0
commit 08f2a71ee3

View File

@@ -40,6 +40,7 @@ for cmd_w_arg in 'mkdir dir' 'mknod b p' 'mkfifo f'; do
# Some systems fail with ENOTSUP, EINVAL, ENOENT, or even
# "Unknown system error", or "Function not implemented".
sed \
-e 's/ Not supported$//' \
-e 's/ Invalid argument$//' \
-e 's/ Unknown system error$//' \
-e 's/ Operation not supported$//' \