diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-16 20:31:49 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-16 23:07:45 +0200 |
commit | 518c3e272234c0a59eaac01779481fa2ef399195 (patch) | |
tree | f30e606e5876e27a37c5555d31f592b13400d442 /test/TEST-49-RUNTIME-BIND-PATHS/test.sh | |
parent | test: clean up test artifacts (diff) | |
download | systemd-518c3e272234c0a59eaac01779481fa2ef399195.tar.xz systemd-518c3e272234c0a59eaac01779481fa2ef399195.zip |
test: merge TEST-49-RUNTIME-BIND-PATHS into TEST-23-UNIT-FILE
Diffstat (limited to 'test/TEST-49-RUNTIME-BIND-PATHS/test.sh')
-rwxr-xr-x | test/TEST-49-RUNTIME-BIND-PATHS/test.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/TEST-49-RUNTIME-BIND-PATHS/test.sh b/test/TEST-49-RUNTIME-BIND-PATHS/test.sh deleted file mode 100755 index c9f33457b3..0000000000 --- a/test/TEST-49-RUNTIME-BIND-PATHS/test.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash -# SPDX-License-Identifier: LGPL-2.1-or-later -set -e - -TEST_DESCRIPTION="test adding new BindPaths while unit is already running" - -# shellcheck source=test/test-functions -. "${TEST_BASE_DIR:?}/test-functions" - -do_test "$@" |