mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-22 09:57:47 +03:00
tests: minor update
This commit is contained in:
parent
b033384135
commit
e793f34eb7
@ -54,8 +54,8 @@ test ! -d "$mount_space_dir" && mkdir "$mount_space_dir"
|
||||
|
||||
cleanup_mounted_and_teardown()
|
||||
{
|
||||
umount "$mount_dir" || true
|
||||
umount "$mount_space_dir" || true
|
||||
umount "$mount_dir" 2>/dev/null || true
|
||||
umount "$mount_space_dir" 2>/dev/null || true
|
||||
aux teardown
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user