From: adilger Date: Sat, 23 Mar 2002 00:03:06 +0000 (+0000) Subject: Remove annoying output from the shell when acceptor is stopped. X-Git-Tag: 0.4.2~487 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=84e1291d1042bd84b2525a15ec7782a2ffaa4476;p=fs%2Flustre-release.git Remove annoying output from the shell when acceptor is stopped. --- diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index 5935d72..a7b0227 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -57,7 +57,7 @@ setup() { insmod $SRCDIR/../../portals/linux/qswnal/kqswnal.o insmod $SRCDIR/../../portals/linux/socknal/ksocknal.o || exit -1 - [ "$NETWORK" = "tcp" ] && $ACCEPTOR $PORT & + [ "$NETWORK" = "tcp" ] && ($ACCEPTOR $PORT &) [ -c /dev/obd ] || mknod /dev/obd c 10 241