From 4903f7bfc38f88ae6fc811e34cd3a724bcde5b00 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Jan 2020 14:27:51 -0800 Subject: [PATCH] Drop another old version check Signed-off-by: Adam Williamson --- tests/_check_install_source.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/_check_install_source.pm b/tests/_check_install_source.pm index d1b70086..abfced7d 100644 --- a/tests/_check_install_source.pm +++ b/tests/_check_install_source.pm @@ -20,9 +20,7 @@ sub run { # check that the repo was used $self->root_console; - # inst.addrepo doesn't actually work in < F29, so don't check it - my $version = lc(get_var("VERSION")); - if ($addrepourl && ($version eq 'rawhide' || $version > 28)) { + if ($addrepourl) { if ($addrepourl =~ m,^nfs://,,) { # this line tells us it set up a repo for our URL... assert_script_run 'grep "repo addrepo.*' . ${addrepourl} . '" /tmp/packaging.log';