From 08f2a71ee34cc261fb39d1047069e01cb48fb0d7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 14 Apr 2008 22:17:23 +0200 Subject: tests: accommodate a different errno string on Irix 6.5 * tests/mkdir/selinux: Also handle "Not supported". Reported by Peter Fales. --- tests/mkdir/selinux | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/mkdir') diff --git a/tests/mkdir/selinux b/tests/mkdir/selinux index e84b77663..fcd45a835 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$//' \ -- cgit v1.2.3-54-g00ecf