]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-48-START-STOP-NO-RELOAD/test.sh
tests: add spdx headers to scripts and Makefiles
[thirdparty/systemd.git] / test / TEST-48-START-STOP-NO-RELOAD / test.sh
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
4 # ex: ts=8 sw=4 sts=4 et filetype=sh
5 set -e
6
7 TEST_DESCRIPTION="test StartStopNoReload"
8
9 # shellcheck source=test/test-functions
10 . "${TEST_BASE_DIR:?}/test-functions"
11
12 do_test "$@"