diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-17 18:13:06 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-18 09:04:45 +0200 |
commit | 7b3cec95db777f1f739687c385d59ac904e7553e (patch) | |
tree | b90749b10c53eae404d15cd2d0ccc125544093e3 /test/TEST-47-ISSUE-14566 | |
parent | 22d3cfe54c0c35c8ad0aa93de0a97dec160de59f (diff) | |
download | systemd-7b3cec95db777f1f739687c385d59ac904e7553e.tar.gz |
tests: add spdx headers to scripts and Makefiles
Diffstat (limited to 'test/TEST-47-ISSUE-14566')
-rwxr-xr-x | test/TEST-47-ISSUE-14566/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-47-ISSUE-14566/test.sh b/test/TEST-47-ISSUE-14566/test.sh index c275770d4b..8bdbe14b97 100755 --- a/test/TEST-47-ISSUE-14566/test.sh +++ b/test/TEST-47-ISSUE-14566/test.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: LGPL-2.1-or-later set -e TEST_DESCRIPTION="Test that KillMode=mixed does not leave left over processes with ExecStopPost=" |