richardphibel / rpms / systemd

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