]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-41-ONESHOT-RESTART/test.sh
tests: add spdx headers to scripts and Makefiles
[thirdparty/systemd.git] / test / TEST-41-ONESHOT-RESTART / test.sh
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 set -e
4
5 TEST_DESCRIPTION="Test oneshot unit restart on failure"
6
7 # shellcheck source=test/test-functions
8 . "${TEST_BASE_DIR:?}/test-functions"
9
10 do_test "$@"