]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "TEST-25-IMPORT: Skip if importctl not installed"
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 30 Apr 2024 14:14:54 +0000 (16:14 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 30 Apr 2024 20:10:05 +0000 (22:10 +0200)
This reverts commit dcb17e3295dfce1a9a9f4fb648c4750c05d3c46d.

importctl is now correctly installed on opensuse, so no need for
this workaround anymore.

test/units/testsuite-25.sh

index 24b02cedcf69df4dd69b59dcd39f4fa91317f361..b298c506e126184b0c2c7da18416ce465a2ec7e6 100755 (executable)
@@ -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