mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
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.
This commit is contained in:
parent
27246d2bb6
commit
db07533f74
@ -3,11 +3,6 @@
|
|||||||
set -eux
|
set -eux
|
||||||
set -o pipefail
|
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
|
export SYSTEMD_PAGER=cat
|
||||||
|
|
||||||
dd if=/dev/urandom of=/var/tmp/testimage.raw bs=$((1024*1024+7)) count=5
|
dd if=/dev/urandom of=/var/tmp/testimage.raw bs=$((1024*1024+7)) count=5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user