START bin/ps 2024-08-05T20:40:51Z ==== valid_keywords ==== ps -o "$(ps -L)" >/dev/null ==== invalid_keywords ==== if ps -o "bogus" >/dev/null 2>&1; then false; fi ==== command ==== sh /usr/src/regress/bin/ps/command.sh /usr/src/regress/bin/ps/command.sh[145]: syntax error: `zero byte' unexpected *** Error 1 in . (Makefile:17 'command') FAILED ==== cwd ==== sh /usr/src/regress/bin/ps/cwd.sh ==== user ==== sh /usr/src/regress/bin/ps/user.sh FAIL bin/ps *** Error 1 in . (Makefile:17 'command')