From fcf004a16cf7800c114fa3495dbc4ca5c0cc12f9 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Fri, 8 Feb 2013 15:03:46 +0530 Subject: tests/bugs/bug-762989.t: do not check the listening ports Change-Id: Ifbcf28bb476ee95343beaf42fb84a1b834c9ffcb BUG: 762989 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.org/4486 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-762989.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bugs/bug-762989.t b/tests/bugs/bug-762989.t index 5b774101..1794693c 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 -w 1023); +op=$(netstat -ntp | grep gluster | grep -w 1023); EXPECT "" echo $op; #set the reserved ports to the older values -- cgit