]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/getpid.sh
getpid.sh: Fix testcase error for Debian using sbuild
[ngircd-alex.git] / src / testsuite / getpid.sh
index fd3b3422b1e5c90b85ceb0d672efce2d7719290a..19ced7620f13d9befb989eae635ab1fcdfc2e6a2 100755 (executable)
@@ -13,6 +13,8 @@ elif [ $UNAME = "A/UX" ]; then
   PS_FLAGS="-ae"; PS_PIDCOL="1"; HEAD_FLAGS="-1"
 elif [ $UNAME = "GNU" ]; then
   PS_FLAGS="-ax"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
+elif [ $UNAME = "Linux" ]; then
+  PS_FLAGS="ax"; PS_PIDCOL="1"; HEAD_FLAGS="-n 1"
 elif [ $UNAME = "SunOS" ]; then
   PS_FLAGS="-af"; PS_PIDCOL=2; HEAD_FLAGS="-n 1"
 else