Author: lwhsu
Date: Mon Jul 13 18:19:02 2020
New Revision: 363165
URL: https://svnweb.freebsd.org/changeset/base/363165

Log:
  Revert r351416 to let lib.libc.gen.getmntinfo_test.getmntinfo_test get more 
test
  
  This is supposed to be fixed by r363068
  
  PR:           240049
  Sponsored by: The FreeBSD Foundation

Modified:
  head/lib/libc/tests/gen/getmntinfo_test.c

Modified: head/lib/libc/tests/gen/getmntinfo_test.c
==============================================================================
--- head/lib/libc/tests/gen/getmntinfo_test.c   Mon Jul 13 17:51:04 2020        
(r363164)
+++ head/lib/libc/tests/gen/getmntinfo_test.c   Mon Jul 13 18:19:02 2020        
(r363165)
@@ -57,9 +57,6 @@ ATF_TC_BODY(getmntinfo_test, tc)
        int nmnts;
        struct statfs *mntinfo;
 
-       if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
-               atf_tc_skip("https://bugs.freebsd.org/240049";);
-
        /* Test bogus mode */
        nmnts = getmntinfo(&mntinfo, 199);
        ATF_REQUIRE_MSG(nmnts == 0 && errno == EINVAL,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to