diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-09-05 20:37:37 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-12-06 19:54:10 +0100 |
commit | ead814a0b0f64c572282b9e27a0a995893f10cf0 (patch) | |
tree | 6dcb92f5ecc2fb9a4a387a8089b798e2728c7c65 /test/TEST-30-ONCLOCKCHANGE/test.sh | |
parent | Revert "journalctl: show coredumps again when --unit= is specified" (diff) | |
download | systemd-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-x | test/TEST-30-ONCLOCKCHANGE/test.sh | 11 |
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 "$@" |