diff --git a/Sanity/PID-file-location/runtest.sh b/Sanity/PID-file-location/runtest.sh index 42b5d16..c0facf6 100755 --- a/Sanity/PID-file-location/runtest.sh +++ b/Sanity/PID-file-location/runtest.sh @@ -49,7 +49,7 @@ rlJournalStart rlServiceStart pkcsslotd rlRun -s "journalctl -u pkcsslotd -S '-10s'" #rlAssertGrep "PID File created" $rlRun_LOG - rlAssertGrep "Started Daemon" $rlRun_LOG + rlAssertGrep "Started (pkcsslotd.service)?.* Daemon" $rlRun_LOG -E rlAssertNotGrep "PIDFile= references a path below legacy directory" $rlRun_LOG rlAssertExists $PIDFILE rlPhaseEnd