diff options
Diffstat (limited to 'tests/bugs/bug-857330/xml.t')
-rwxr-xr-x | tests/bugs/bug-857330/xml.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/bug-857330/xml.t b/tests/bugs/bug-857330/xml.t index 688f4661941..2029c343093 100755 --- a/tests/bugs/bug-857330/xml.t +++ b/tests/bugs/bug-857330/xml.t @@ -1,6 +1,7 @@ #!/bin/bash . $(dirname $0)/common.rc +. $(dirname $0)/../../volume.rc cleanup; @@ -16,7 +17,7 @@ TEST glusterfs -s $H0 --volfile-id=$V0 $M0; TEST python2 $(dirname $0)/../../utils/create-files.py --multi -b 10 -d 10 -n 10 $M0; -TEST umount $M0; +EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 ############### |