From 84e1291d1042bd84b2525a15ec7782a2ffaa4476 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 23 Mar 2002 00:03:06 +0000 Subject: [PATCH] Remove annoying output from the shell when acceptor is stopped. --- lustre/tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1