diff options
Diffstat (limited to 'tests/snapshot.rc')
-rwxr-xr-x | tests/snapshot.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/snapshot.rc b/tests/snapshot.rc index 408b5a72a0c..a1657162fd4 100755 --- a/tests/snapshot.rc +++ b/tests/snapshot.rc @@ -384,3 +384,12 @@ function snap_config() local var=$2 $cli_index snapshot config | grep "^$var" | sed 's/.*: //' } + +case $OSTYPE in +NetBSD) + echo "Skip test on LVM which is not available on NetBSD" >&2 + exit 0 + ;; +*) + ;; +esac |