From: Jim Meyering Date: Mon, 14 Apr 2008 20:17:23 +0000 (+0200) Subject: tests: accommodate a different errno string on Irix 6.5 X-Git-Tag: v6.11~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08f2a71ee34cc261fb39d1047069e01cb48fb0d7;p=thirdparty%2Fcoreutils.git tests: accommodate a different errno string on Irix 6.5 * tests/mkdir/selinux: Also handle "Not supported". Reported by Peter Fales. --- diff --git a/tests/mkdir/selinux b/tests/mkdir/selinux index e84b77663d..fcd45a8352 100755 --- a/tests/mkdir/selinux +++ b/tests/mkdir/selinux @@ -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$//' \