diff --git a/tests/_check_install_source.pm b/tests/_check_install_source.pm index 7d40f61b..ab243237 100644 --- a/tests/_check_install_source.pm +++ b/tests/_check_install_source.pm @@ -26,8 +26,11 @@ sub run { 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'; - # ...this line tells us it added the repo called 'addrepo'... - assert_script_run 'grep "\(added\|enabled\) repo: .addrepo." /tmp/packaging.log'; + # ...this line tells us it added the repo called 'addrepo' (