Skip :fopen_regular on !NetBSD because it's a NetBSD specific test

Submitted by: pho
This commit is contained in:
Enji Cooper 2014-11-01 21:25:22 +00:00
parent 708c5b014e
commit c069d69178
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273950

View File

@ -434,7 +434,9 @@ ATF_TP_ADD_TCS(tp)
ATF_TP_ADD_TC(tp, fopen_err);
ATF_TP_ADD_TC(tp, fopen_mode);
ATF_TP_ADD_TC(tp, fopen_perm);
#ifdef __NetBSD__
ATF_TP_ADD_TC(tp, fopen_regular);
#endif
ATF_TP_ADD_TC(tp, fopen_seek);
ATF_TP_ADD_TC(tp, freopen_std);