Commit Diff


commit - d8ee498a65aa86222c4ed1ffa05bf8d822aed6fd
commit + eba53f652ce8e0e7600b337628883d17fc3af2f2
blob - 19ced7620f13d9befb989eae635ab1fcdfc2e6a2
blob + 96ab474685111b1322e9c806282f3debfb01ba21
--- src/testsuite/getpid.sh
+++ src/testsuite/getpid.sh
@@ -10,7 +10,7 @@ UNAME=`uname`
 if [ $UNAME = "FreeBSD" ]; then
   PS_FLAGS="-a"; PS_PIDCOL="1"; HEAD_FLAGS="-n 1"
 elif [ $UNAME = "A/UX" ]; then
-  PS_FLAGS="-ae"; PS_PIDCOL="1"; HEAD_FLAGS="-1"
+  PS_FLAGS="-af"; PS_PIDCOL="2"; HEAD_FLAGS="-1"
 elif [ $UNAME = "GNU" ]; then
   PS_FLAGS="-ax"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
 elif [ $UNAME = "Linux" ]; then