Use _test_unmount instead of test_unmount in cleanup to avoid
false positives with atf_check when tmpfs is not loaded, etc MFC after: 1 week
This commit is contained in:
parent
60fbebc327
commit
5eabf0ffea
@ -97,7 +97,7 @@ subdirs_body() {
|
||||
if true; then
|
||||
atf_test_case kqueue cleanup
|
||||
kqueue_cleanup() {
|
||||
Mount_Point=$(pwd)/mntpt test_unmount || :
|
||||
Mount_Point=$(pwd)/mntpt _test_unmount || :
|
||||
}
|
||||
else
|
||||
# End FreeBSD
|
||||
|
@ -50,7 +50,7 @@ single_body() {
|
||||
if true; then
|
||||
atf_test_case uchg cleanup
|
||||
uchg_cleanup() {
|
||||
Mount_Point=$(pwd)/mntpt test_unmount || :
|
||||
Mount_Point=$(pwd)/mntpt _test_unmount
|
||||
}
|
||||
else
|
||||
# End FreeBSD
|
||||
|
Loading…
x
Reference in New Issue
Block a user