Add new atf_tc_expect_fail to fflush_err; this is a new (within the past couple months) bug

This commit is contained in:
Enji Cooper 2014-11-01 21:23:27 +00:00
parent c621fcdc50
commit 708c5b014e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273949

View File

@ -48,6 +48,10 @@ ATF_TC_BODY(fflush_err, tc)
{
FILE *f;
#ifdef __FreeBSD__
atf_tc_expect_fail("the EOF invariant fails on FreeBSD; this is new");
#endif
f = fopen(path, "w");
ATF_REQUIRE(f != NULL);