diff options
Diffstat (limited to 'tests/bugs/bug-1051896.t')
-rw-r--r-- | tests/bugs/bug-1051896.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs/bug-1051896.t b/tests/bugs/bug-1051896.t index 958a98bf60..e069b17798 100644 --- a/tests/bugs/bug-1051896.t +++ b/tests/bugs/bug-1051896.t @@ -3,6 +3,16 @@ . $(dirname $0)/../include.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; ## Start and create a volume |