[Bug 13521] start-stop-daemon: test failed with -a option
bugzilla at busybox.net
bugzilla at busybox.net
Wed Mar 10 05:55:41 UTC 2021
https://bugs.busybox.net/show_bug.cgi?id=13521
--- Comment #4 from dharan <dharanendiran at gmail.com> ---
Hi Denys,
> your /bin/false is a symplink to busybox?
Yes, the /bin/false command is symbolic link to /bin/busybox.
> Then the failure is expected: busybox looks at argv[0] to determine what to do.
In this case, the test case output should be PASS right instead of FAIL?
----------------------------------
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
----------------------------------
Regards,
-Dharan
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list