From: Daan De Meyer Date: Tue, 30 Apr 2024 14:14:54 +0000 (+0200) Subject: Revert "TEST-25-IMPORT: Skip if importctl not installed" X-Git-Tag: v256-rc2~139^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db07533f74d265329f44f4ea5983e9b3765c3c17;p=thirdparty%2Fsystemd.git Revert "TEST-25-IMPORT: Skip if importctl not installed" This reverts commit dcb17e3295dfce1a9a9f4fb648c4750c05d3c46d. importctl is now correctly installed on opensuse, so no need for this workaround anymore. --- diff --git a/test/units/testsuite-25.sh b/test/units/testsuite-25.sh index 24b02cedcf6..b298c506e12 100755 --- a/test/units/testsuite-25.sh +++ b/test/units/testsuite-25.sh @@ -3,11 +3,6 @@ set -eux set -o pipefail -if ! command -v importctl >/dev/null; then - echo "importctl is not available to be chain-loaded from machinectl, skipping" >>/skipped - exit 77 -fi - export SYSTEMD_PAGER=cat dd if=/dev/urandom of=/var/tmp/testimage.raw bs=$((1024*1024+7)) count=5