X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-luks.sh;h=fcf9d7091fc4111926a1957e2402b4674ebc6d90;hb=7b192f5a672197ad67ac23501e420c674aa2f3a9;hp=fe42d877a83b0a051f4bf28ccadbee7615ab7c9f;hpb=945e569db64ab2608b21feba0aa94044c9835ac3;p=libguestfs.git diff --git a/regressions/test-luks.sh b/regressions/test-luks.sh index fe42d87..fcf9d70 100755 --- a/regressions/test-luks.sh +++ b/regressions/test-luks.sh @@ -14,12 +14,17 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Test LUKS device creation, opening, key slots. 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 <