mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
uml: resize: Skip test since it needs qcow2.
This commit is contained in:
@@ -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
|
||||
|
||||
# Test expanding.
|
||||
#
|
||||
# This exercises a number of interesting codepaths including resizing
|
||||
|
||||
Reference in New Issue
Block a user