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

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

Count Diff
5 (71%)
003+ bool(true)
003- bool(false)
005+ string(7) "Success"
005- string(%d) %s%rNo such process|Operation not permitted%r%s
1 (14%)
002+ ps: invalid option -- 'p'
003+ BusyBox v1.19.4 (2012-10-24 17:35:11 CST) 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
011+
1 (14%)
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"