tests: lvm: Allow test to be skipped.

This commit is contained in:
Richard W.M. Jones
2014-07-25 10:04:44 +01:00
parent 7f826e1296
commit 64498034bb

View File

@@ -20,6 +20,11 @@
set -e
if [ -n "$SKIP_TEST_LVM_FILTERING_SH" ]; then
echo "$0: skipping test because environment variable is set."
exit 77
fi
rm -f test-lvm-filtering-1.img test-lvm-filtering-2.img
actual=$(../../fish/guestfish <<'EOF'