diff options
Diffstat (limited to 'tests/bugs/bug-847622.t')
-rwxr-xr-x | tests/bugs/bug-847622.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs/bug-847622.t b/tests/bugs/bug-847622.t index 8412796591f..8ceb01cc4b3 100755 --- a/tests/bugs/bug-847622.t +++ b/tests/bugs/bug-847622.t @@ -4,6 +4,16 @@ . $(dirname $0)/../nfs.rc . $(dirname $0)/../volume.rc +case $OSTYPE in +NetBSD) + echo "Skip test on ACL which are not available on NetBSD" >&2 + SKIP_TESTS + exit 0 + ;; +*) + ;; +esac + cleanup; TEST glusterd |