tests/zipl-sync - fix rpm check

This commit is contained in:
Dan Horák 2026-08-03 12:11:03 +02:00
parent f53ba412d2
commit 264e560fe6

View File

@ -27,13 +27,13 @@
# Include Beaker environment
. /usr/share/beakerlib/beakerlib.sh || exit 1
PACKAGE="s390utils-core strace"
PACKAGES="s390utils-core strace"
log=/tmp/zipl.log
rlJournalStart
rlPhaseStartSetup
rlAssertRpm $PACKAGE
rlAssertRpm --all
rlPhaseEnd
rlPhaseStartTest "Check if zipl is using syncfs() instead of potentially blocking sync()"