c3f2858e31
Apparently, when running in emacs and piped into another command, ps limits it's output to COLUMNS making check_process_names fail. Telling ps to use wide, wide output with 'ww' fixes this. Additionally, use check_from so that if this test does fail we can debug it better, seeing what grep was looking at.