X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tests%2Fqemu%2Fqemu-snapshot-isolation.sh;h=70b68392dd2c270dd7b12961e6648da8516cd9f3;hb=01e717b3c141c509a7200b0a6c560f75815c08f2;hp=384706c2b732571c72490e9d4c7b33b09c5dfa11;hpb=72f5487be2df82277021d61f01884381ed9efbc5;p=libguestfs.git diff --git a/tests/qemu/qemu-snapshot-isolation.sh b/tests/qemu/qemu-snapshot-isolation.sh index 384706c..70b6839 100755 --- a/tests/qemu/qemu-snapshot-isolation.sh +++ b/tests/qemu/qemu-snapshot-isolation.sh @@ -33,7 +33,7 @@ test3_md5sum="$(md5sum test3.img | awk '{print $1}')" # The vitally important calls are 'add-drive-ro' and # 'add-drive-opts ... readonly:true'. -../fish/guestfish <<'EOF' +../../fish/guestfish <<'EOF' add-drive-ro test1.img add-drive-opts test2.img format:raw readonly:true add-drive-opts test3.img format:qcow2 readonly:true