]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/units/testsuite-61.sh
tests: add spdx headers to scripts and Makefiles
[thirdparty/systemd.git] / test / units / testsuite-61.sh
CommitLineData
b152adbf 1#!/usr/bin/env bash
7b3cec95 2# SPDX-License-Identifier: LGPL-2.1-or-later
b152adbf
LB
3set -eux
4set -o pipefail
5
6TESTS_GLOB="test-loop-block"
1c3f490f
FS
7# shellcheck source=test/units/testsuite-02.sh
8. "$(dirname "$0")/testsuite-02.sh"
b152adbf
LB
9
10exit 0