From 4653454ee84be649e62ad930a5724c1f443c5e6a Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 17 Sep 2020 07:13:41 +0000 Subject: [PATCH] Revert r249362, atime update in tmpfs is fixed in r365810 PR: 249362 Sponsored by: The FreeBSD Foundation --- contrib/netbsd-tests/fs/tmpfs/t_times.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/contrib/netbsd-tests/fs/tmpfs/t_times.sh b/contrib/netbsd-tests/fs/tmpfs/t_times.sh index c09d1aa6d65..f83dfe8f592 100755 --- a/contrib/netbsd-tests/fs/tmpfs/t_times.sh +++ b/contrib/netbsd-tests/fs/tmpfs/t_times.sh @@ -36,10 +36,6 @@ empty_head() { atf_set "require.user" "root" } empty_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/249362" - fi - test_mount atf_check -s eq:0 -o empty -e empty touch a @@ -72,10 +68,6 @@ non_empty_head() { atf_set "require.user" "root" } non_empty_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/249362" - fi - test_mount echo foo >b || atf_fail "Non-empty creation failed" -- 2.45.0