]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix descriptions 8866/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 May 2018 04:42:48 +0000 (13:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 May 2018 04:44:29 +0000 (13:44 +0900)
test/test-execute/exec-privatedevices-no.service
test/test-execute/exec-privatedevices-yes.service

index 0285a83ee4bc7056e9760dd791131420c76c2a4b..4ddbf189b7b1e4cb52e2689a4d21b799b2cbf2ee 100644 (file)
@@ -1,5 +1,5 @@
 [Unit]
-Description=Test for PrivateDev=no
+Description=Test for PrivateDevices=no
 
 [Service]
 ExecStart=/bin/sh -x -c 'test -c /dev/kmsg'
index 094257f414e048319750fd3b458537d8abc084ef..35166672073cd3ff66f1f94c6974cebfe9725a3e 100644 (file)
@@ -1,5 +1,5 @@
 [Unit]
-Description=Test for PrivateDev=yes
+Description=Test for PrivateDevices=yes
 
 [Service]
 ExecStart=/bin/sh -c 'test ! -c /dev/kmsg'