From 574a7ad04c797cea72639259a3a381c4fa7fc4ba Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 12 Aug 2013 22:50:19 +0100 Subject: [PATCH] uml: tests: edit: Skip test since it needs qcow2. --- edit/test-virt-edit.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/edit/test-virt-edit.sh b/edit/test-virt-edit.sh index c6366bdd1..ffc418a9d 100755 --- a/edit/test-virt-edit.sh +++ b/edit/test-virt-edit.sh @@ -19,6 +19,11 @@ export LANG=C set -e +if [ "$(../fish/guestfish get-backend)" = "uml" ]; then + echo "$0: skipping test because uml backend does not support qcow2" + exit 77 +fi + rm -f test.qcow2 # Make a copy of the Fedora image so we can write to it then