mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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 a1b3d8d04b.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user