about summary refs log tree commit diff
path: root/src/testsuite/getpid.sh
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-09-27 00:19:31 +0200
committerAlexander Barton <alex@barton.de>2012-09-27 00:19:31 +0200
commiteba53f652ce8e0e7600b337628883d17fc3af2f2 (patch)
tree439ea5735dddcc2b36c26808ed3e6ea25e98fe79 /src/testsuite/getpid.sh
parentd8ee498a65aa86222c4ed1ffa05bf8d822aed6fd (diff)
downloadngircd-eba53f652ce8e0e7600b337628883d17fc3af2f2.tar.gz
ngircd-eba53f652ce8e0e7600b337628883d17fc3af2f2.zip
Fix getpid.sh to work on Apple A/UX again
Diffstat (limited to 'src/testsuite/getpid.sh')
-rwxr-xr-xsrc/testsuite/getpid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testsuite/getpid.sh b/src/testsuite/getpid.sh
index 19ced762..96ab4746 100755
--- a/src/testsuite/getpid.sh
+++ b/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