diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mkdir/selinux | 1 |
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$//' \ |