|
|
2aacef |
From 66a9a36c3bcd5709c30ac1f2be998eea034a9f6d Mon Sep 17 00:00:00 2001
|
|
|
2aacef |
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
|
|
2aacef |
Date: Tue, 1 Nov 2022 17:53:42 +0100
|
|
|
2aacef |
Subject: [PATCH] test: rename TEST-26-SETENV to TEST-26-SYSTEMCTL
|
|
|
2aacef |
|
|
|
2aacef |
(cherry picked from commit c5c258ae0a4a0cfc829ed07ff96c7fab79b6ca71)
|
|
|
2aacef |
|
|
|
2aacef |
Related #2138081
|
|
|
2aacef |
---
|
|
|
2aacef |
test/{TEST-26-SETENV => TEST-26-SYSTEMCTL}/Makefile | 0
|
|
|
2aacef |
test/{TEST-26-SETENV => TEST-26-SYSTEMCTL}/test.sh | 2 +-
|
|
|
2aacef |
test/units/testsuite-26.service | 2 +-
|
|
|
2aacef |
3 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
2aacef |
rename test/{TEST-26-SETENV => TEST-26-SYSTEMCTL}/Makefile (100%)
|
|
|
2aacef |
rename test/{TEST-26-SETENV => TEST-26-SYSTEMCTL}/test.sh (79%)
|
|
|
2aacef |
|
|
|
2aacef |
diff --git a/test/TEST-26-SETENV/Makefile b/test/TEST-26-SYSTEMCTL/Makefile
|
|
|
2aacef |
similarity index 100%
|
|
|
2aacef |
rename from test/TEST-26-SETENV/Makefile
|
|
|
2aacef |
rename to test/TEST-26-SYSTEMCTL/Makefile
|
|
|
2aacef |
diff --git a/test/TEST-26-SETENV/test.sh b/test/TEST-26-SYSTEMCTL/test.sh
|
|
|
2aacef |
similarity index 79%
|
|
|
2aacef |
rename from test/TEST-26-SETENV/test.sh
|
|
|
2aacef |
rename to test/TEST-26-SYSTEMCTL/test.sh
|
|
|
2aacef |
index b38e37bfce..64accf850f 100755
|
|
|
2aacef |
--- a/test/TEST-26-SETENV/test.sh
|
|
|
2aacef |
+++ b/test/TEST-26-SYSTEMCTL/test.sh
|
|
|
2aacef |
@@ -2,7 +2,7 @@
|
|
|
2aacef |
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
2aacef |
set -e
|
|
|
2aacef |
|
|
|
2aacef |
-TEST_DESCRIPTION="test setenv"
|
|
|
2aacef |
+TEST_DESCRIPTION="systemctl-related tests"
|
|
|
2aacef |
|
|
|
2aacef |
# shellcheck source=test/test-functions
|
|
|
2aacef |
. "${TEST_BASE_DIR:?}/test-functions"
|
|
|
2aacef |
diff --git a/test/units/testsuite-26.service b/test/units/testsuite-26.service
|
|
|
2aacef |
index aa553b61a6..d8fdaffb06 100644
|
|
|
2aacef |
--- a/test/units/testsuite-26.service
|
|
|
2aacef |
+++ b/test/units/testsuite-26.service
|
|
|
2aacef |
@@ -1,6 +1,6 @@
|
|
|
2aacef |
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
2aacef |
[Unit]
|
|
|
2aacef |
-Description=TEST-26-SETENV
|
|
|
2aacef |
+Description=TEST-26-SYSTEMCTL
|
|
|
2aacef |
|
|
|
2aacef |
[Service]
|
|
|
2aacef |
ExecStartPre=rm -f /failed /testok
|