START bin/ps 2024-08-05T04:19:43Z ==== valid_keywords ==== ps -o "$(ps -L)" >/dev/null ==== invalid_keywords ==== if ps -o "bogus" >/dev/null 2>&1; then false; fi ==== command ==== cc -O2 -pipe -MD -MP -o shortsleep /usr/src/regress/bin/ps/shortsleep.c 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')