mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-07 21:18:59 +03:00
tests: minor update
This commit is contained in:
parent
4dcb35cb03
commit
a12574303d
@ -54,8 +54,8 @@ test ! -d "$mount_space_dir" && mkdir "$mount_space_dir"
|
|||||||
|
|
||||||
cleanup_mounted_and_teardown()
|
cleanup_mounted_and_teardown()
|
||||||
{
|
{
|
||||||
umount "$mount_dir" || true
|
umount "$mount_dir" 2>/dev/null || true
|
||||||
umount "$mount_space_dir" || true
|
umount "$mount_space_dir" 2>/dev/null || true
|
||||||
aux teardown
|
aux teardown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user