Skip to content

Commit aeaad7f

Browse files
maisimFizzadar
authored andcommitted
fix: add missing command field in test
1 parent 4c1c782 commit aeaad7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/facts/sysvinit.InitdStatus/services.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"command": "\n for SERVICE in `ls /etc/init.d/`; do\n _=`cat /etc/init.d/$SERVICE | grep \"### BEGIN INIT INFO\"`\n\n if [ \"$?\" = \"0\" ]; then\n STATUS=`/etc/init.d/$SERVICE status`\n echo \"$SERVICE=$?\"\n fi\n done\n ",
23
"output": [
34
"rpcsvcgssd=0",
45
"rsyslog=4",

0 commit comments

Comments
 (0)