From 559219492477624290b4962a9f82c49bcda011d9 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Thu, 24 Jan 2013 18:40:06 +0530 Subject: 762989.t: fix a typo by grepping only the blocked port number from netstat o/p Change-Id: I14c3daa799f0936014bf8aa9fd798ecbaec6e912 BUG: 762989 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.org/4426 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-762989.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/bug-762989.t b/tests/bugs/bug-762989.t index 386aec1cd47..5b774101744 100755 --- a/tests/bugs/bug-762989.t +++ b/tests/bugs/bug-762989.t @@ -23,7 +23,7 @@ $M0; ## Wait for volume to register with rpc.mountd sleep 6; ## check if port 1023 (which has been reserved) is used by the gluster processes -op=$(netstat -antlp | grep gluster | grep 1023); +op=$(netstat -antlp | grep gluster | grep -w 1023); EXPECT "" echo $op; #set the reserved ports to the older values -- cgit