diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2014-05-22 05:53:02 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2014-05-21 19:53:46 -0700 |
commit | 0a77eb1e4576d8722b27a42c98879cc7250e00fe (patch) | |
tree | b9eb56095566aa65d022663191cb791a07c2f684 /tests/nfs.rc | |
parent | 99afc640f27841ec819c0f32c01f567fd0b345f8 (diff) |
tests: s/timeout/EXPECT_WITHIN/
Also fixed nfs.rc so that regression build works on my fedora VM
Change-Id: Ife36343bf1a590430e24065b9bcdf5bed3ae546d
BUG: 1092850
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/7837
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'tests/nfs.rc')
-rw-r--r-- | tests/nfs.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nfs.rc b/tests/nfs.rc index 6e4f5c0ab49..c27452395e1 100644 --- a/tests/nfs.rc +++ b/tests/nfs.rc @@ -13,7 +13,7 @@ function is_nfs_export_available () vol=$V0 fi - exp=$(showmount -e 2> /dev/null | grep $vol | wc -l) + exp=$(showmount -e localhost 2> /dev/null | grep $vol | wc -l) echo "$exp" } |