From dbd20134f6879ef2b9899e68e74fc7ce410909e0 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Thu, 6 Mar 2025 13:33:34 +0100 Subject: [PATCH] fix wish for man --- tk8/Sanity/basic-sanity/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tk8/Sanity/basic-sanity/runtest.sh b/tk8/Sanity/basic-sanity/runtest.sh index 3f7fb39..fde325c 100755 --- a/tk8/Sanity/basic-sanity/runtest.sh +++ b/tk8/Sanity/basic-sanity/runtest.sh @@ -42,7 +42,7 @@ rlJournalStart rlPhaseStartTest rlRun "rpm -V $PACKAGE" 0 "Check RPM data" rlRun "timeout 3 man $PACKAGE" 0,16,124 "Check existence of man pages" - rlRun "timeout 3 man wish" 0,16,124 "Check existence of man pages" + rlRun "timeout 3 man wish8" 0,16,124 "Check existence of man pages" rlPhaseEnd }