Skip tests that require a filesystem that obeys POSIX permissions

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
Johannes Sixt
2009-03-13 22:55:27 +01:00
parent 2718e852e9
commit ee9fb68c39
6 changed files with 23 additions and 19 deletions

View File

@ -687,6 +687,10 @@ case $(uname -s) in
pwd () {
builtin pwd -W
}
# no POSIX permissions
;;
*)
test_set_prereq POSIXPERM
;;
esac