mirror of
https://github.com/systemd/systemd.git
synced 2025-09-08 13:44:41 +03:00
Revert "TEST-25-IMPORT: Skip if importctl not installed"
This reverts commit dcb17e3295
.
importctl is now correctly installed on opensuse, so no need for
this workaround anymore.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user