From 04408e0f1b1566f0bb651bbdbf3802af8833e197 Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Thu, 3 Nov 2022 15:55:16 +0100 Subject: [PATCH] fix rhts-reboot call --- .../lock-files-are-persistent-across-system-reboot/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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