Skip tests that require a filesystem that obeys POSIX permissions
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
@ -687,6 +687,10 @@ case $(uname -s) in
|
||||
pwd () {
|
||||
builtin pwd -W
|
||||
}
|
||||
# no POSIX permissions
|
||||
;;
|
||||
*)
|
||||
test_set_prereq POSIXPERM
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user