mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
Add expected failure for tmpfs atime test failing on FreeBSD
PR: 274615 Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42321
This commit is contained in:
parent
14bbf4fe5a
commit
63f5375513
@ -36,6 +36,10 @@ empty_head() {
|
||||
atf_set "require.user" "root"
|
||||
}
|
||||
empty_body() {
|
||||
# Begin FreeBSD
|
||||
atf_expect_fail "Incorrect atime on FreeBSD: PR274615"
|
||||
# End FreeBSD
|
||||
|
||||
test_mount
|
||||
|
||||
atf_check -s eq:0 -o empty -e empty touch a
|
||||
|
Loading…
Reference in New Issue
Block a user