From abeeb650b2b36f7f1088f999a4fac625c9e888ba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Apr 2019 15:55:02 -0700 Subject: [PATCH] Fix a stray ; in REPOSITORY_VARIATION for hd_variation test This, for some reason, made the test fail on x86_64 but not on ppc64le. I do not understand computers. Signed-off-by: Adam Williamson --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index 7a74390c..7ac6cf70 100755 --- a/templates +++ b/templates @@ -5025,7 +5025,7 @@ name => "install_repository_hd_variation", settings => [ { key => "PREINSTALL", value => "preinstall_iso_in_hd" }, - { key => "REPOSITORY_VARIATION", value => "hd:vdb1:/fedora_image.iso;" }, + { key => "REPOSITORY_VARIATION", value => "hd:vdb1:/fedora_image.iso" }, { key => "NUMDISKS", value => "2" }, { key => "HDD_2", value => "disk_full_mbr.img" }, ],