diff --git a/Sanity/PID-file-location/runtest.sh b/Sanity/PID-file-location/runtest.sh index 2f1a336..70fe5a9 100755 --- a/Sanity/PID-file-location/runtest.sh +++ b/Sanity/PID-file-location/runtest.sh @@ -44,9 +44,10 @@ rlJournalStart rlAssertGrep "PIDFile=/run/pkcsslotd.pid" $UNITFILE rlServiceStart pkcsslotd rlRun -s "journalctl -u pkcsslotd -S '-10s'" - rlAssertGrep "PID File created" $rlRun_LOG + #rlAssertGrep "PID File created" $rlRun_LOG rlAssertGrep "Started Daemon" $rlRun_LOG rlAssertNotGrep "PIDFile= references a path below legacy directory" $rlRun_LOG + rlAssertExists /run/pkcsslotd.pid rlPhaseEnd rlPhaseStartCleanup