[Bug 13521] New: start-stop-daemon: test failed with -a option

bugzilla at busybox.net bugzilla at busybox.net
Fri Feb 5 17:04:37 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=13521

            Bug ID: 13521
           Summary: start-stop-daemon: test failed with -a option
           Product: Busybox
           Version: 1.31.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Standard Compliance
          Assignee: unassigned at busybox.net
          Reporter: dharanendiran at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Created attachment 8756
  --> https://bugs.busybox.net/attachment.cgi?id=8756&action=edit
busybox-1.32.1-config-file

When running testsuite, one of the "start-stop-daemon" testcases fails:

# ./runtest  -v start-stop-daemon
======================
echo -ne '' >input
echo -ne '' | start-stop-daemon -S -x true 2>&1; echo $?
PASS: start-stop-daemon -x without -a
======================
echo -ne '' >input
echo -ne '' | start-stop-daemon -S -a false 2>&1; echo $?
PASS: start-stop-daemon -a without -x
======================
echo -ne '' >input
echo -ne '' | start-stop-daemon -S false 2>&1; echo $?
PASS: start-stop-daemon without -x and -a
======================
echo -ne '' >input
echo -ne '' | start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?
FAIL: start-stop-daemon with both -x and -a
--- expected
+++ actual
@@ -1 +1,2 @@
-1
+qwerty: applet not found
+127
#

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list