From 7b4329534688612dce829afb5088298e734f5086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 6 Dec 2019 21:51:59 +0100 Subject: tests: move unit files to units/ subdirectory We have a bazillion of those unit files, and keeping them all directly in tests/ has become rather unwieldy. --- test/units/dml-discard-empty.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/units/dml-discard-empty.service (limited to 'test/units/dml-discard-empty.service') diff --git a/test/units/dml-discard-empty.service b/test/units/dml-discard-empty.service new file mode 100644 index 0000000000..75228f6470 --- /dev/null +++ b/test/units/dml-discard-empty.service @@ -0,0 +1,7 @@ +[Unit] +Description=DML discard empty service + +[Service] +Slice=dml-discard.slice +Type=oneshot +ExecStart=/bin/true -- cgit v1.2.1