svn commit: r365831 - head/contrib/netbsd-tests/fs/tmpfs

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Sep 17 07:13:42 UTC 2020


Author: lwhsu
Date: Thu Sep 17 07:13:41 2020
New Revision: 365831
URL: https://svnweb.freebsd.org/changeset/base/365831

Log:
  Revert r249362, atime update in tmpfs is fixed in r365810
  
  PR:		249362
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/contrib/netbsd-tests/fs/tmpfs/t_times.sh

Modified: head/contrib/netbsd-tests/fs/tmpfs/t_times.sh
==============================================================================
--- head/contrib/netbsd-tests/fs/tmpfs/t_times.sh	Thu Sep 17 04:39:39 2020	(r365830)
+++ head/contrib/netbsd-tests/fs/tmpfs/t_times.sh	Thu Sep 17 07:13:41 2020	(r365831)
@@ -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"


More information about the svn-src-head mailing list