aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/start-stop-daemon.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests
index d07aeef0e..be1c1a856 100755
--- a/testsuite/start-stop-daemon.tests
+++ b/testsuite/start-stop-daemon.tests
@@ -16,4 +16,9 @@ testing "start-stop-daemon -a without -x" \
"1\n" \
"" ""
+testing "start-stop-daemon without -x and -a" \
+ 'start-stop-daemon -S false 2>&1; echo $?' \
+ "1\n" \
+ "" ""
+
exit $FAILCOUNT