Whamcloud - gitweb
Remove annoying output from the shell when acceptor is stopped.
authoradilger <adilger>
Sat, 23 Mar 2002 00:03:06 +0000 (00:03 +0000)
committeradilger <adilger>
Sat, 23 Mar 2002 00:03:06 +0000 (00:03 +0000)
lustre/tests/common.sh

index 5935d72..a7b0227 100644 (file)
@@ -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