From d7a8b5d112b9958f4b3b5fa5d5a38bdc931909c7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 2 Mar 2016 10:25:51 -0800 Subject: [PATCH] do the /Everything/ fix for REPOSITORY_GRAPHICAL too --- tests/install_source_graphical.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install_source_graphical.pm b/tests/install_source_graphical.pm index be02fa65..7b41309a 100644 --- a/tests/install_source_graphical.pm +++ b/tests/install_source_graphical.pm @@ -33,7 +33,7 @@ sub run { assert_and_click "anaconda_install_source_repo_select_mirrorlist"; } elsif (get_var("REPOSITORY_GRAPHICAL")){ - $repourl = get_var("REPOSITORY_GRAPHICAL")."/".lc(get_var("VERSION"))."/".get_var("ARCH")."/os"; + $repourl = get_var("REPOSITORY_GRAPHICAL")."/".lc(get_var("VERSION"))."/Everything/".get_var("ARCH")."/os"; type_string $repourl; }