Whamcloud - gitweb
- Don't start acceptor in the background anymore
authorpschwan <pschwan>
Thu, 4 Apr 2002 21:01:46 +0000 (21:01 +0000)
committerpschwan <pschwan>
Thu, 4 Apr 2002 21:01:46 +0000 (21:01 +0000)
lustre/tests/common.sh

index 1c8bc99..edf8e96 100644 (file)
@@ -98,7 +98,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