From 53e45c82804dd52eca16867a287d025c3a63ed9d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 23 Nov 2013 09:37:17 +0000 Subject: [PATCH] sysprep: Fix broken test when backend is UML. This fixes commit cc1888a4977eb4942254ea5ac15c1d0a47458317. --- sysprep/test-virt-sysprep-passwords.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysprep/test-virt-sysprep-passwords.sh b/sysprep/test-virt-sysprep-passwords.sh index 9280fc5f4..f606501cf 100755 --- a/sysprep/test-virt-sysprep-passwords.sh +++ b/sysprep/test-virt-sysprep-passwords.sh @@ -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