diff options
Diffstat (limited to 'tests/bugs/bug-1043886.t')
-rwxr-xr-x | tests/bugs/bug-1043886.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/bugs/bug-1043886.t b/tests/bugs/bug-1043886.t index edebdc2cd2e..9a125c2de2c 100755 --- a/tests/bugs/bug-1043886.t +++ b/tests/bugs/bug-1043886.t @@ -10,7 +10,6 @@ TEST pidof glusterd TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{1,2}; TEST $CLI volume start $V0 -sleep 2; ## Mount FUSE with caching disabled TEST glusterfs --entry-timeout=0 --attribute-timeout=0 -s $H0 --volfile-id $V0 $M0; @@ -30,8 +29,6 @@ TEST $CLI volume set $V0 server.root-squash on; TEST $CLI volume set $V0 server.anonuid $uid; TEST $CLI volume set $V0 server.anongid $gid; -sleep 2; - EXPECT_WITHIN $NFS_EXPORT_TIMEOUT "1" is_nfs_export_available; # create files and directories in the root of the glusterfs and nfs mount |