summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/mkdir/selinux1
1 files changed, 1 insertions, 0 deletions
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$//' \