diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-14 18:42:11 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-14 19:32:07 +0200 |
commit | 08d547a481363480e952631ce8187965aa03b5d5 (patch) | |
tree | 473c1e63b2f1edb23bb6f160569f10f7a7c2df51 /test/units/testsuite-13.service | |
parent | test: slightly extend the systemd-nspawn tests (diff) | |
download | systemd-08d547a481363480e952631ce8187965aa03b5d5.tar.xz systemd-08d547a481363480e952631ce8187965aa03b5d5.zip |
test: rename TEST-13-NSPAWN-SMOKE to TEST-13-NSPAWN
To make it consistent with the rest of the tests.
Diffstat (limited to '')
-rw-r--r-- | test/units/testsuite-13.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-13.service b/test/units/testsuite-13.service index a964d8d033..95c9a02fe1 100644 --- a/test/units/testsuite-13.service +++ b/test/units/testsuite-13.service @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Unit] -Description=TEST-13-NSPAWN-SMOKE +Description=TEST-13-NSPAWN [Service] ExecStartPre=rm -f /failed /testok |