From e8ea8a7fe5a2bbb4e5cb375a73080a758de230e2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 17 Mar 2020 08:33:05 -0700 Subject: [PATCH] OK adam remember how we make an empty array? you got this buddy I believe in you! We ALL believe in you! Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 69c82da7..01896eef 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -439,8 +439,8 @@ sub setup_workaround_repo { assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( - "30" => [""], - "31" => [""], + "30" => [], + "31" => [], # fix for lmod breaking console output tests, latest pki to # avoid broken FreeIPA upgrades (it can't go backwards) "32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-5f05c3ec46"]