summaryrefslogtreecommitdiffstats
path: root/tests/basic/bd.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/bd.t')
-rwxr-xr-xtests/basic/bd.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/basic/bd.t b/tests/basic/bd.t
index 52c064ee0bc..7e3637492a3 100755
--- a/tests/basic/bd.t
+++ b/tests/basic/bd.t
@@ -71,6 +71,15 @@ function volume_type()
getfattr -n volume.type $M0/. --only-values --absolute-names -e text
}
+case $OSTYPE in
+NetBSD)
+ echo "Skip test on LVM which is not available on NetBSD" >&2
+ exit 0
+ ;;
+*)
+ ;;
+esac
+
TEST glusterd
TEST pidof glusterd
configure