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

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

Count Diff
16 (64%)
003+ bool(true)
003- bool(false)
005+ string(7) "Success"
005- string(%d) %sNo such process%s
8 (32%)
005+ string(23) "Operation not permitted"
005- string(%d) %sNo such process%s
1 (4%)
002+ ps: invalid option -- 'p'
003+
004+ Command line: ps -p 1000
005+
006+ BusyBox v1.18.4 (2012-03-14 03:32:25 CET) multi-call binary.
002- Kill pid=%d
003- bool(false)
004- int(%d)
005- string(%d) %sNo such process%s
006- ===DONE====
007+
008+ Usage: ps [-o COL1,COL2=HEADER] [-T]
009+
010+ Show list of processes
011+
012+ Options:
013+ -o COL1,COL2=HEADER Select columns for display
014+ -T Show threads
015+
016+ Kill pid=1000
017+ bool(false)
018+ int(3)
019+ string(15) "No such process"
020+ ===DONE====