]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: rename TEST-63-ANALYZE to solve conflict
authorLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 7 Sep 2021 15:27:28 +0000 (16:27 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Sep 2021 01:12:03 +0000 (10:12 +0900)
Two PRs adding TEST-63-* were merged more or less at the
same time, and we missed the conflict.

test/TEST-65-ANALYZE/Makefile [moved from test/TEST-63-ANALYZE/Makefile with 100% similarity]
test/TEST-65-ANALYZE/test.sh [moved from test/TEST-63-ANALYZE/test.sh with 100% similarity]
test/units/testsuite-65.service [new file with mode: 0644]
test/units/testsuite-65.sh [moved from test/units/testsuite-63.sh with 100% similarity]

diff --git a/test/units/testsuite-65.service b/test/units/testsuite-65.service
new file mode 100644 (file)
index 0000000..5b4a092
--- /dev/null
@@ -0,0 +1,7 @@
+[Unit]
+Description=TEST-65-ANALYZE
+
+[Service]
+ExecStartPre=rm -f /failed /testok
+ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
+Type=oneshot