summaryrefslogtreecommitdiffstats
path: root/test/TEST-49-RUNTIME-BIND-PATHS
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-05-16 20:31:49 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-05-16 23:07:45 +0200
commit518c3e272234c0a59eaac01779481fa2ef399195 (patch)
treef30e606e5876e27a37c5555d31f592b13400d442 /test/TEST-49-RUNTIME-BIND-PATHS
parenttest: clean up test artifacts (diff)
downloadsystemd-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')
l---------test/TEST-49-RUNTIME-BIND-PATHS/Makefile1
-rwxr-xr-xtest/TEST-49-RUNTIME-BIND-PATHS/test.sh10
2 files changed, 0 insertions, 11 deletions
diff --git a/test/TEST-49-RUNTIME-BIND-PATHS/Makefile b/test/TEST-49-RUNTIME-BIND-PATHS/Makefile
deleted file mode 120000
index e9f93b1104..0000000000
--- a/test/TEST-49-RUNTIME-BIND-PATHS/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-../TEST-01-BASIC/Makefile \ No newline at end of file
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 "$@"