aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-14 04:20:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-14 04:20:42 +0000
commitbf8f6d7c8d96ad575f72b916ccfdc4c3013ab75e (patch)
tree1cad34b584ac599ff23241f95e5dd40dbb65438c /tests/sys
parentde81acbd15cfd7f929366b471a1d9cf06bbaa93a (diff)
downloadsrc-bf8f6d7c8d96ad575f72b916ccfdc4c3013ab75e.tar.gz
src-bf8f6d7c8d96ad575f72b916ccfdc4c3013ab75e.zip
Remove WARNS set globally by ../Makefile.inc now
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=312115
Diffstat (limited to 'tests/sys')
-rw-r--r--tests/sys/vfs/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/sys/vfs/Makefile b/tests/sys/vfs/Makefile
index 43fde788f652..9e2d79ef773a 100644
--- a/tests/sys/vfs/Makefile
+++ b/tests/sys/vfs/Makefile
@@ -9,6 +9,4 @@ CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}/tests
PLAIN_TESTS_SH+= trailing_slash
-WARNS?= 6
-
.include <bsd.test.mk>