diff --git a/NEWS b/NEWS index e2887022..9f162218 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ procps-ng NEXT * pidof: show worker threads Redhat #1803640 * ps.1: Mention stime alias issue #164 * ps: check also match on truncated 16 char comm names + * ps: Add exe output option Redhat #1399206 * pwait: New command waits for a process merge #97 * sysctl: Match systemd directory order Debian #950788 * sysctl: Document directory order Debian #951550 diff --git a/testsuite/ps.test/ps_output.exp b/testsuite/ps.test/ps_output.exp index fef45563..139597db 100644 --- a/testsuite/ps.test/ps_output.exp +++ b/testsuite/ps.test/ps_output.exp @@ -28,6 +28,7 @@ set flag_match { "bsdtime,cputime,etime,etimes" "\\s*TIME\\s+TIME\\s+ELAPSED\\s+ELAPSED\\s*\(\\s*\\d+:\\d{2}\\s+\\d{2}:\\d{2}:\\d{2}\\s+\(\\d{2}:\)?\\d{2}:\\d{2}\\s+\\d+\\s*\)+$" "user,ruser,group,rgroup,uid,ruid,gid,rgid" "\\s*USER\\s+RUSER\\s+GROUP\\s+RGROUP\\s+UID\\s+RUID\\s+GID\\s+RGID\\s+\(\(\\s*\[A-Za-z0-9_+-\]+\\s+\){4}\(\\d+\\s+\){4}\\s*\)+$" "cputimes,times" "\\s*TIME\\s+TIME\\s+\\d+\\s+\\d+\\s*" + "pid,exe" "\\s*PID\\s+EXE\\s+\\d+\\s+\\s*" } foreach { flag match } $flag_match {