summaryrefslogtreecommitdiffstats
path: root/test/TEST-60-MOUNT-RATELIMIT
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-60-MOUNT-RATELIMIT
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-60-MOUNT-RATELIMIT')
l---------test/TEST-60-MOUNT-RATELIMIT/Makefile1
-rwxr-xr-xtest/TEST-60-MOUNT-RATELIMIT/test.sh10
2 files changed, 0 insertions, 11 deletions
diff --git a/test/TEST-60-MOUNT-RATELIMIT/Makefile b/test/TEST-60-MOUNT-RATELIMIT/Makefile
deleted file mode 120000
index e9f93b1104..0000000000
--- a/test/TEST-60-MOUNT-RATELIMIT/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-60-MOUNT-RATELIMIT/test.sh b/test/TEST-60-MOUNT-RATELIMIT/test.sh
deleted file mode 100755
index 6cf4494395..0000000000
--- a/test/TEST-60-MOUNT-RATELIMIT/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 that mount/unmount storms can enter/exit rate limit state and will not leak units"
-
-# shellcheck source=test/test-functions
-. "$TEST_BASE_DIR/test-functions"
-
-do_test "$@"