mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
uml: fuse: Skip test since it needs qcow2.
This commit is contained in:
@@ -33,6 +33,11 @@ if [ ! -w /dev/fuse ]; then
|
||||
exit 77
|
||||
fi
|
||||
|
||||
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 test-copy.qcow2 test.pid
|
||||
rm -rf mp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user