diff options
Diffstat (limited to 'testsuite/start-stop-daemon.tests')
-rwxr-xr-x | testsuite/start-stop-daemon.tests | 5 |
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 |