diff --git a/Sanity/lock-files-are-persistent-across-system-reboot/runtest.sh b/Sanity/lock-files-are-persistent-across-system-reboot/runtest.sh index 1b1fafa..d419ad2 100755 --- a/Sanity/lock-files-are-persistent-across-system-reboot/runtest.sh +++ b/Sanity/lock-files-are-persistent-across-system-reboot/runtest.sh @@ -55,7 +55,7 @@ rlJournalStart rlAssertExists /var/lock/opencryptoki/LCK..APIlock if [ ! -f /bz1054442-rebooted ]; then touch /bz1054442-rebooted - rlRun "/usr/bin/rhts-reboot" + rlRun "rhts-reboot" else rlRun "rm /bz1054442-rebooted" fi