START bin/ps 2024-09-25T05:03:44Z ==== 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 NOTERM bin/ps Test running too long, aborted.