ubuntu: Allow test-luks.sh to be bypassed to workaround Ubuntu bug.

This is necessary because of too old cryptsetup on Ubuntu.
This commit is contained in:
Richard W.M. Jones
2010-12-07 16:22:23 +00:00
parent ad2abf89c3
commit d29304c1b4

View File

@@ -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 <<EOF