summaryrefslogtreecommitdiffstats
path: root/test/TEST-01-BASIC
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-13 11:26:58 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 12:43:28 +0200
commitcbb8c52a0f7ec1713638d2859f116fa03d379e55 (patch)
treed87c838bd36a3014a76c1d12175b7d048e93add7 /test/TEST-01-BASIC
parentmkosi: Update to latest (diff)
downloadsystemd-cbb8c52a0f7ec1713638d2859f116fa03d379e55.tar.xz
systemd-cbb8c52a0f7ec1713638d2859f116fa03d379e55.zip
TEST-01-BASIC: Drop logic to run test without install-tests=true
We don't support this for any other tests either so let's drop the support for running TEST-01-BASIC without installing as well to make the upcoming commit easier to implement.
Diffstat (limited to 'test/TEST-01-BASIC')
-rwxr-xr-xtest/TEST-01-BASIC/test.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
index 93185cf896..d9619730b0 100755
--- a/test/TEST-01-BASIC/test.sh
+++ b/test/TEST-01-BASIC/test.sh
@@ -16,14 +16,4 @@ KERNEL_APPEND="foo -- -z bar --- baz $KERNEL_APPEND"
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
-test_append_files() {
- local workspace="${1:?}"
- local dst
-
- # Install tests manually so the test is functional even when -Dinstall-tests=false
- dst="$workspace/usr/lib/systemd/tests/testdata/units/"
- mkdir -p "$dst"
- cp -v "$TEST_UNITS_DIR"/{testsuite-01,end}.service "$TEST_UNITS_DIR/testsuite.target" "$dst"
-}
-
do_test "$@"