commit | ee9fb68c392cc76cf2a56762eb1c0712ae722f08 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <j6t@kdbg.org> | Fri Mar 13 22:55:27 2009 +0100 |
committer | Johannes Sixt <j6t@kdbg.org> | Sun Mar 22 17:26:44 2009 +0100 |
tree | d3356ffbcd79eb8d345aa718e2d45354f3b82bd5 | |
parent | 2718e852e9baf98c128aafc508e85b610decad25 [diff] [blame] |
Skip tests that require a filesystem that obeys POSIX permissions Signed-off-by: Johannes Sixt <j6t@kdbg.org>
diff --git a/t/test-lib.sh b/t/test-lib.sh index 5337e89..f134e73 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh
@@ -687,6 +687,10 @@ pwd () { builtin pwd -W } + # no POSIX permissions + ;; +*) + test_set_prereq POSIXPERM ;; esac