diff options
Diffstat (limited to 'tests/features/glupy.t')
-rwxr-xr-x | tests/features/glupy.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/features/glupy.t b/tests/features/glupy.t index 49bf11df516..a34e48ffec0 100755 --- a/tests/features/glupy.t +++ b/tests/features/glupy.t @@ -1,6 +1,7 @@ #!/bin/bash . $(dirname $0)/../include.rc +. $(dirname $0)/../volume.rc cleanup; @@ -24,6 +25,6 @@ TEST touch $M0/filename; EXPECT "filename" ls $M0 TEST rm -f $M0/filename; -TEST umount -l $M0; +EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0; cleanup; |