uml: Fix rule which disables relative-paths test on UML.

This fixes commit e22bd2dcd2.
This commit is contained in:
Richard W.M. Jones
2014-01-17 19:23:27 +00:00
parent 716f6e4275
commit c537b26f20

View File

@@ -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