Increase WARNS for pw tests

ATF tests have a default WARNS of 0, unlike other usermode programs.

Reviewed by:  ngie, julian
MFC after:    3 weeks
Sponsored by: Spectra Logic Corporation
Differential Revision:        https://reviews.freebsd.org/D9933
This commit is contained in:
asomers 2017-03-11 00:11:20 +00:00
parent 365847347b
commit 45e17566f9

View File

@ -5,6 +5,7 @@ PACKAGE= tests
BINDIR= ${TESTSDIR}
PROGS+= crypt
WARNS?= 6
LIBADD+= crypt
ATF_TESTS_SH= pw_etcdir \