]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop unused test.sh for TEST-86-MULTI-PROFILE-UKI 34460/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Sep 2024 18:58:58 +0000 (03:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Sep 2024 19:00:05 +0000 (04:00 +0900)
The test cannot run with the bash test runner, as it requires python.
Hence, test.sh is not necessary.

Follow-up for a37640653cab108bb2cfdcba7e9422cced925e95.

test/TEST-86-MULTI-PROFILE-UKI/test.sh [deleted file]

diff --git a/test/TEST-86-MULTI-PROFILE-UKI/test.sh b/test/TEST-86-MULTI-PROFILE-UKI/test.sh
deleted file mode 100755 (executable)
index 1b06a10..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1-or-later
-set -e
-
-TEST_DESCRIPTION="Test Multi-Profile UKI Boots"
-
-# shellcheck source=test/test-functions
-. "${TEST_BASE_DIR:?}/test-functions"
-
-do_test "$@"