START	bin/ps	2025-03-27T18:07:10Z

==== 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  -g  -MD -MP   -o shortsleep /usr/src/regress/bin/ps/shortsleep.c 
sh /usr/src/regress/bin/ps/command.sh

==== cwd ====
sh /usr/src/regress/bin/ps/cwd.sh

==== user ====
sh /usr/src/regress/bin/ps/user.sh

PASS	bin/ps	Duration 0m00.92s