From db07533f74d265329f44f4ea5983e9b3765c3c17 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 30 Apr 2024 16:14:54 +0200 Subject: [PATCH] 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. --- test/units/testsuite-25.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/units/testsuite-25.sh b/test/units/testsuite-25.sh index 24b02cedcf..b298c506e1 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 -- 2.25.1