repo: ngircd action: commit revision: path_from: revision_from: 4169cb25e620cbd8a54cd19b509a8f88d7c295f9: path_to: revision_to:
commit 4169cb25e620cbd8a54cd19b509a8f88d7c295f9 Author: Alexander BartonDate: Sun Nov 3 15:15:59 2019 +0100 Make test suite compatible with Haiku diff --git a/src/testsuite/getpid.sh b/src/testsuite/getpid.sh
--- a/src/testsuite/getpid.sh +++ b/src/testsuite/getpid.sh @@ -14,6 +14,8 @@ elif [ $UNAME = "A/UX" ]; then 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 = "Haiku" ]; then + PS_FLAGS="-o Id -o Team"; PS_PIDCOL="1"; HEAD_FLAGS="-1" elif [ $UNAME = "Linux" ]; then PS_FLAGS="ax"; PS_PIDCOL="1"; HEAD_FLAGS="-n 1" elif [ $UNAME = "SunOS" ]; then
-----END OF PAGE-----