summaryrefslogtreecommitdiffstats
path: root/test/TEST-86-MULTI-PROFILE-UKI
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-09-17 20:58:58 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-09-17 21:00:05 +0200
commitd265b8afb7c7ca0fb2ef1a580d703d121da5d1c6 (patch)
treeeb78dd061e02742f8f2cb4391c93730c333d98d0 /test/TEST-86-MULTI-PROFILE-UKI
parenttest: minor coding style fixlets (diff)
downloadsystemd-d265b8afb7c7ca0fb2ef1a580d703d121da5d1c6.tar.xz
systemd-d265b8afb7c7ca0fb2ef1a580d703d121da5d1c6.zip
test: drop unused test.sh for TEST-86-MULTI-PROFILE-UKI
The test cannot run with the bash test runner, as it requires python. Hence, test.sh is not necessary. Follow-up for a37640653cab108bb2cfdcba7e9422cced925e95.
Diffstat (limited to 'test/TEST-86-MULTI-PROFILE-UKI')
-rwxr-xr-xtest/TEST-86-MULTI-PROFILE-UKI/test.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/TEST-86-MULTI-PROFILE-UKI/test.sh b/test/TEST-86-MULTI-PROFILE-UKI/test.sh
deleted file mode 100755
index 1b06a109d2..0000000000
--- a/test/TEST-86-MULTI-PROFILE-UKI/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 Multi-Profile UKI Boots"
-
-# shellcheck source=test/test-functions
-. "${TEST_BASE_DIR:?}/test-functions"
-
-do_test "$@"