From de7d6df4be415a3883cf6fa90f7ab3b622d66f82 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 8 Mar 2017 13:13:36 +0100 Subject: [PATCH] v2v: fix skip check in test-v2v-o-libvirt.sh This test needs windows.img, not fedora.img. This way, the test is properly skipped when NTFS support is not available. Fixes commit a1b3d8d04b65298dd13c44a057a4e2b650ebc59e. --- v2v/test-v2v-o-libvirt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/test-v2v-o-libvirt.sh b/v2v/test-v2v-o-libvirt.sh index 0234ef7ff..c7fd9d030 100755 --- a/v2v/test-v2v-o-libvirt.sh +++ b/v2v/test-v2v-o-libvirt.sh @@ -23,7 +23,7 @@ set -e $TEST_FUNCTIONS skip_if_skipped skip_if_backend uml -skip_unless_phony_guest fedora.img +skip_unless_phony_guest windows.img # You shouldn't be running the tests as root anyway, but in this case # it's especially bad because we don't want to start creating guests