fix wish for man

This commit is contained in:
Ondrej Mejzlik 2025-03-06 13:33:34 +01:00
commit dbd20134f6

View file

@ -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
}