X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-luks.sh;h=5b53bc8cc3fb19718a0f41427513d322d2ecaaa8;hb=ff6065063335194a8cac88be2d213047bf18a891;hp=fe42d877a83b0a051f4bf28ccadbee7615ab7c9f;hpb=945e569db64ab2608b21feba0aa94044c9835ac3;p=libguestfs.git diff --git a/regressions/test-luks.sh b/regressions/test-luks.sh index fe42d87..5b53bc8 100755 --- a/regressions/test-luks.sh +++ b/regressions/test-luks.sh @@ -20,6 +20,11 @@ set -e +[ -n "$SKIP_TEST_LUKS_SH" ] && { + echo "test-luks.sh skipped (environment variable set)" + exit 0 +} + rm -f test1.img ../fish/guestfish --keys-from-stdin <