diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2014-06-15 08:40:49 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-16 11:11:28 -0700 |
commit | d3bd3319afb208acfa905696fb0be5545f5883f6 (patch) | |
tree | bfc753e888912b084d7fba56d0bbfe8f2e98d906 /tests/bugs/bug-970070.t | |
parent | 6e33d855815726bd8ebf1c7cdc3cf233ff7ac231 (diff) |
tests: Avoid sleep
Change-Id: I7169be3532232754b9461c4e1b27bf6bc857f7a6
BUG: 1092850
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/8083
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/bugs/bug-970070.t')
-rwxr-xr-x | tests/bugs/bug-970070.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs/bug-970070.t b/tests/bugs/bug-970070.t index da28b1ed7ba..08ab4a3f8c4 100755 --- a/tests/bugs/bug-970070.t +++ b/tests/bugs/bug-970070.t @@ -8,7 +8,6 @@ TEST pidof glusterd TEST $CLI volume create $V0 $H0:$B0/$V0 TEST $CLI volume start $V0 -sleep 5 TEST $CLI volume set $V0 nfs.acl off TEST $CLI volume set $V0 nfs.acl on cleanup |