summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-61.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-06-07 13:51:02 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-06-13 10:15:27 +0200
commitbdee55672a8c936c97214ca13ae996b4d9015f72 (patch)
tree74f4f35cc33f665a9794f3fa0e7fb0b3c1701506 /test/units/testsuite-61.sh
parentproc-cmdline: parse the whole /proc/cmdline (diff)
downloadsystemd-bdee55672a8c936c97214ca13ae996b4d9015f72.tar.xz
systemd-bdee55672a8c936c97214ca13ae996b4d9015f72.zip
test: merge TEST-61-UNITTESTS-QEMU with TEST-02-UNITTESTS
The test was originally introduced for Ubuntu CI, as it uses PREFER_NSPAWN=1, but it was subsequently disabled two years ago [0], so it was pretty much useless. Let's merge it into TEST-02 and tweak it a bit to run only certain tests under QEMU when $TEST_PREFER_NSPAWN is set. [0] b152adbfa9b708dade8559b9962241902bf2eb7c
Diffstat (limited to 'test/units/testsuite-61.sh')
-rwxr-xr-xtest/units/testsuite-61.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/units/testsuite-61.sh b/test/units/testsuite-61.sh
deleted file mode 100755
index 0b7b0116d3..0000000000
--- a/test/units/testsuite-61.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1-or-later
-# shellcheck disable=SC2317
-set -eux
-set -o pipefail
-
-TESTS_GLOB="test-loop-block"
-# shellcheck source=test/units/testsuite-02.sh
-. "$(dirname "$0")/testsuite-02.sh"
-
-exit 0