mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
sysprep: Fix broken test when backend is UML.
This fixes commit cc1888a497.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user