summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-01 21:25:22 +0000
committerngie <ngie@FreeBSD.org>2014-11-01 21:25:22 +0000
commita139ef1078f1b5b8b5a513d740181e4db3b1a9eb (patch)
treefda7e44a596c909d032ca4009ca7d2bff03285e8 /contrib/netbsd-tests/lib/libc/stdio/t_fopen.c
parent4a047d777b484e5c71fd9ce006792a2fd0e4a81a (diff)
downloadFreeBSD-src-a139ef1078f1b5b8b5a513d740181e4db3b1a9eb.zip
FreeBSD-src-a139ef1078f1b5b8b5a513d740181e4db3b1a9eb.tar.gz
Skip :fopen_regular on !NetBSD because it's a NetBSD specific test
Submitted by: pho
Diffstat (limited to 'contrib/netbsd-tests/lib/libc/stdio/t_fopen.c')
-rw-r--r--contrib/netbsd-tests/lib/libc/stdio/t_fopen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c b/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c
index c5b8921..d9e2dd6 100644
--- a/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c
+++ b/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c
@@ -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);
OpenPOWER on IntegriCloud