1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-08 09:57:41 +03:00
systemd/test/units/testsuite-61.sh
Frantisek Sumsal e71bac7222 test: make shellcheck happy again
No functional changes.
2023-05-16 23:07:45 +02:00

12 lines
239 B
Bash
Executable File

#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
# shellcheck disable=SC2317
set -eux
set -o pipefail
TESTS_GLOB="test-loop-block"
# shellcheck source=test/units/testsuite-02.sh
. "$(dirname "$0")/testsuite-02.sh"
exit 0