diff options
Diffstat (limited to 'tests/bugs/distribute/bug-1190734.t')
-rw-r--r-- | tests/bugs/distribute/bug-1190734.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/distribute/bug-1190734.t b/tests/bugs/distribute/bug-1190734.t index 895dd771ed6..ae34ec84729 100644 --- a/tests/bugs/distribute/bug-1190734.t +++ b/tests/bugs/distribute/bug-1190734.t @@ -22,7 +22,7 @@ function get_file_count { function reset { $CLI volume stop $V0 - umount $1 + ${UMOUNT_F} $1 $CLI volume delete $V0 } |