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:
@@ -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$//' \
|
||||
|
||||
Reference in New Issue
Block a user