mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
uml: Fix rule which disables relative-paths test on UML.
This fixes commit e22bd2dcd2.
This commit is contained in:
@@ -25,7 +25,7 @@ fi
|
||||
|
||||
# UML doesn't support qcow2. Conceivably there might be a similar
|
||||
# problem with UML COW images which would require a separate test.
|
||||
if [ "$($guestfish get-backend)" = "uml" ]; then
|
||||
if [ "$(../../fish/guestfish get-backend)" = "uml" ]; then
|
||||
echo "$0: skipping test because uml backend does not support qcow2"
|
||||
exit 77
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user