]> git.ipfire.org Git - thirdparty/systemd.git/blame - 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
CommitLineData
ff12a795 1#!/usr/bin/env bash
7b3cec95 2# SPDX-License-Identifier: LGPL-2.1-or-later
818567fc 3set -e
3f161ba9 4
09f6f45a 5TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/1981"
054ee249 6TEST_NO_QEMU=1
09f6f45a 7
3f161ba9
FS
8# shellcheck source=test/test-functions
9. "${TEST_BASE_DIR:?}/test-functions"
09f6f45a 10
235ecb6d 11NSPAWN_TIMEOUT=30
7cad32bb 12
c4cd6205 13do_test "$@"