sysprep: Fix broken test when backend is UML.

This fixes commit cc1888a497.
This commit is contained in:
Richard W.M. Jones
2013-11-23 09:37:17 +00:00
parent 78d452e9a6
commit 53e45c8280

View File

@@ -21,7 +21,7 @@ set -e
# Test all the combinations of password options.
if [ "$($guestfish get-backend)" = "uml" ]; then
if [ "$(guestfish get-backend)" = "uml" ]; then
echo "$0: skipping test because uml backend does not support qcow2"
exit 77
fi