diff options
Diffstat (limited to 'tests/posix/xdev.sh')
-rw-r--r-- | tests/posix/xdev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/posix/xdev.sh b/tests/posix/xdev.sh index 4591940..44e04dd 100644 --- a/tests/posix/xdev.sh +++ b/tests/posix/xdev.sh @@ -1,5 +1,5 @@ -skip_unless test "$SUDO" -skip_if test "$UNAME" = "Darwin" +test "$SUDO" || skip +test "$UNAME" = "Darwin" && skip clean_scratch mkdir scratch/{foo,mnt} |