]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/start-server.sh
Test suite: Use $USER in getpid.sh when $LOGNAME is not set
[ngircd-alex.git] / src / testsuite / start-server.sh
index 599bf3ad7a5c678c4fb9fa56f126bca21485960c..bc6eb7ea4a0d83f7968ae5844adaa2419b025d45 100755 (executable)
@@ -20,7 +20,7 @@ echo_n "starting server ${id} ..."
 
 # check weather getpid.sh returns valid PIDs. If not, don't start up the
 # test-server, because we won't be able to kill it at the end of the test.
-./getpid.sh sh >/dev/null 2>&1
+./getpid.sh sh >/dev/null
 if [ $? -ne 0 ]; then
        echo " getpid.sh failed!"
        exit 1