]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-07-ISSUE-1981/test.sh
tests: add spdx headers to scripts and Makefiles
[thirdparty/systemd.git] / test / TEST-07-ISSUE-1981 / test.sh
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 set -e
4
5 TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/1981"
6 TEST_NO_QEMU=1
7
8 # shellcheck source=test/test-functions
9 . "${TEST_BASE_DIR:?}/test-functions"
10
11 NSPAWN_TIMEOUT=30
12
13 do_test "$@"