diff options
Diffstat (limited to 'tests/volume.rc')
-rw-r--r-- | tests/volume.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index 4712179efd5..daa9c140fd8 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -412,7 +412,7 @@ function path_exists { } function force_umount { - umount -f $1 + umount -f $* if [ $? -eq 0 ]; then echo "Y"; else echo "N"; fi } |