summaryrefslogtreecommitdiffstats
path: root/test/TEST-30-ONCLOCKCHANGE/test.sh
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-09-05 20:37:37 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-12-06 19:54:10 +0100
commitead814a0b0f64c572282b9e27a0a995893f10cf0 (patch)
tree6dcb92f5ecc2fb9a4a387a8089b798e2728c7c65 /test/TEST-30-ONCLOCKCHANGE/test.sh
parentRevert "journalctl: show coredumps again when --unit= is specified" (diff)
downloadsystemd-ead814a0b0f64c572282b9e27a0a995893f10cf0.tar.xz
systemd-ead814a0b0f64c572282b9e27a0a995893f10cf0.zip
test: Remove old bash test runner
We put a timeline of 257 to remove the old bash test runner so since we're about to release 257, let's remove the old bash test runner in favor of the meson + mkosi test runner.
Diffstat (limited to 'test/TEST-30-ONCLOCKCHANGE/test.sh')
-rwxr-xr-xtest/TEST-30-ONCLOCKCHANGE/test.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/TEST-30-ONCLOCKCHANGE/test.sh b/test/TEST-30-ONCLOCKCHANGE/test.sh
deleted file mode 100755
index 69dbdb2b5f..0000000000
--- a/test/TEST-30-ONCLOCKCHANGE/test.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1-or-later
-set -e
-
-TEST_DESCRIPTION="test OnClockChange= + OnTimezoneChange="
-TEST_NO_NSPAWN=1
-
-# shellcheck source=test/test-functions
-. "${TEST_BASE_DIR:?}/test-functions"
-
-do_test "$@"