- Ignore errors from umount
- Use _test_unmount instead of test_unmount in cleanup MFC after: 1 week
This commit is contained in:
parent
5be335bb11
commit
60fbebc327
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309779
@ -97,7 +97,8 @@ negative_body() {
|
||||
if true; then
|
||||
atf_test_case large cleanup
|
||||
large_cleanup() {
|
||||
umount -f tmp 2>/dev/null
|
||||
umount -f tmp 2>/dev/null || :
|
||||
Mount_Point=$(pwd)/mnt _test_unmount || :
|
||||
}
|
||||
else
|
||||
# End FreeBSD
|
||||
|
Loading…
Reference in New Issue
Block a user