diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2013-02-08 15:03:46 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-02-08 17:39:02 -0800 |
commit | fcf004a16cf7800c114fa3495dbc4ca5c0cc12f9 (patch) | |
tree | d5a941b121fe8c8a3d8ee5c434f68db7e7db03d9 | |
parent | 78f6c48d960df65487f48e09af81feb55879e9b5 (diff) |
tests/bugs/bug-762989.t: do not check the listening ports
Change-Id: Ifbcf28bb476ee95343beaf42fb84a1b834c9ffcb
BUG: 762989
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.org/4486
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
-rwxr-xr-x | tests/bugs/bug-762989.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-762989.t b/tests/bugs/bug-762989.t index 5b7741017..1794693cc 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 |