diff options
Diffstat (limited to 'tests/bugs/bug-927616.t')
-rwxr-xr-x | tests/bugs/bug-927616.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bugs/bug-927616.t b/tests/bugs/bug-927616.t index 22b20aff2df..d8fe7520d8c 100755 --- a/tests/bugs/bug-927616.t +++ b/tests/bugs/bug-927616.t @@ -1,6 +1,7 @@ #!/bin/bash . $(dirname $0)/../include.rc +. $(dirname $0)/../nfs.rc cleanup; @@ -14,9 +15,8 @@ sleep 1; ## Mount FUSE with caching disabled TEST glusterfs --entry-timeout=0 --attribute-timeout=0 -s $H0 --volfile-id $V0 $M0; -sleep 1; - -TEST mount -t nfs -o vers=3,nolock $H0:/$V0 $N0; +EXPECT_WITHIN 20 "1" is_nfs_export_available; +TEST mount_nfs $H0:/$V0 $N0 nolock; TEST mkdir $M0/dir; |