Test: /ext/posix/tests/posix_kill_basic.phpt - Version 7.1.7    

There are 4 different diffs reported by users for this test.

Count Diff
14 (74%)
003+ bool(true)
003- bool(false)
005+ string(7) "Success"
005- string(%d) %s%rNo such process|Operation not permitted%r%s
3 (16%)
002+ ps: unrecognized option: p
003+ BusyBox v1.26.2 (2017-06-11 06:38:32 GMT) multi-call binary.
004+
005+ Usage: ps [-o COL1,COL2=HEADER]
006+
007+ Show list of processes
008+
009+ -o COL1,COL2=HEADER Select columns for display
1 (5%)
002+ ps: unrecognized option: p
003+ BusyBox v1.26.2 (2017-01-10 16:06:57 GMT) multi-call binary.
004+
005+ Usage: ps [-o COL1,COL2=HEADER] [-T]
006+
007+ Show list of processes
008+
009+ -o COL1,COL2=HEADER Select columns for display
010+ -T Show threads
1 (5%)
002+ Error: /proc must be mounted
003+ To mount /proc at boot you need an /etc/fstab line like:
004+ proc /proc proc defaults
005+ In the meantime, run "mount proc /proc -t proc"