From: Yu Watanabe Date: Fri, 11 Oct 2024 05:08:49 +0000 (+0900) Subject: TEST-58-REPART: drop duplicated inclusion of util.sh X-Git-Tag: v257-rc1~209^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ca7b553295315c759a622a47240af56e2d06b46;p=thirdparty%2Fsystemd.git TEST-58-REPART: drop duplicated inclusion of util.sh --- diff --git a/test/units/TEST-58-REPART.sh b/test/units/TEST-58-REPART.sh index 0af6f6ad282..b3181cea996 100755 --- a/test/units/TEST-58-REPART.sh +++ b/test/units/TEST-58-REPART.sh @@ -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 77