From 7b4329534688612dce829afb5088298e734f5086 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-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/sleep.service | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/sleep.service (limited to 'test/sleep.service') diff --git a/test/sleep.service b/test/sleep.service deleted file mode 100644 index 946c44b621..0000000000 --- a/test/sleep.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Sleep for 1 minute - -[Service] -Type=oneshot -ExecStart=/bin/sleep 60 -- cgit v1.2.3