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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-04-12 15:55:02 -07:00
parent 33f63c3d95
commit abeeb650b2

View File

@ -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" },
],