1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-13 12:58:20 +03:00

TEST-58-REPART: drop duplicated inclusion of util.sh

(cherry picked from commit 4ca7b553295315c759a622a47240af56e2d06b46)
(cherry picked from commit d600880c9901575ba981a84ab9ceaf63a4a2e756)
This commit is contained in:
Yu Watanabe 2024-10-11 14:08:49 +09:00 committed by Luca Boccassi
parent 9dd3a25fdd
commit f4206ba15c

View File

@ -4,9 +4,6 @@
set -eux
set -o pipefail
# shellcheck source=test/units/util.sh
. "$(dirname "$0")"/util.sh
if ! command -v systemd-repart >/dev/null; then
echo "no systemd-repart" >/skipped
exit 0