diff --git a/tests/_check_install_source.pm b/tests/_check_install_source.pm index ae51c70f..7d40f61b 100644 --- a/tests/_check_install_source.pm +++ b/tests/_check_install_source.pm @@ -28,8 +28,12 @@ sub run { 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'; - # ...and this line tells us it worked (I hope) - assert_script_run 'grep "enabled repo.*nfs" /tmp/packaging.log'; + # ...and one of these tells us it worked (I hope). This one is