ee0e56f43e55307fefa1d04505ed6477d604d220 slightly changes the output of
--list but test-virt-builder-list.sh has not been updated accordingly.
Adapting the expected output makes test-virt-builder-list.sh pass again.
---
builder/test-virt-builder-list.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/builder/test-virt-builder-list.sh b/builder/test-virt-builder-list.sh
index 11305a9..ea4f561 100755
--- a/builder/test-virt-builder-list.sh
+++ b/builder/test-virt-builder-list.sh
@@ -41,7 +41,7 @@ long_list=$(./virt-builder --no-check-signature --no-cache --list
--long)
if [ "$long_list" != "Source URI: $VIRT_BUILDER_SOURCE
Fingerprint: F777 4FB1 AD07 4A7E 8C87 67EA 9173 8F73 E1B7 68A0
-os-version: phony-debian
+OS version: phony-debian
Full name: Phony Debian
Minimum/default size: 512.0M
@@ -49,7 +49,7 @@ Notes:
Phony Debian look-alike used for testing.
-os-version: phony-fedora
+OS version: phony-fedora
Full name: Phony Fedora
Minimum/default size: 1.0G
@@ -57,7 +57,7 @@ Notes:
Phony Fedora look-alike used for testing.
-os-version: phony-ubuntu
+OS version: phony-ubuntu
Full name: Phony Ubuntu
Minimum/default size: 512.0M
@@ -65,7 +65,7 @@ Notes:
Phony Ubuntu look-alike used for testing.
-os-version: phony-windows
+OS version: phony-windows
Full name: Phony Windows
Minimum/default size: 512.0M
--
1.8.3.1