]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/units/TEST-03-JOBS.service
test: Generate basic testsuite services with meson
[thirdparty/systemd.git] / test / units / TEST-03-JOBS.service
diff --git a/test/units/TEST-03-JOBS.service b/test/units/TEST-03-JOBS.service
deleted file mode 100644 (file)
index 836f962..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-or-later
-[Unit]
-Description=TEST-03-JOBS
-After=multi-user.target
-
-[Service]
-ExecStartPre=rm -f /failed /testok
-ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
-Type=oneshot