[master] use NUL instead of /dev/null for KRB5_CONFIG on windows

This commit is contained in:
Evan Hunt 2017-10-11 16:03:13 -07:00
parent 94f022ec02
commit 89b2fc092d

View file

@ -72,7 +72,7 @@ PIPEQUERIES=$TOP/Build/$VSCONF/pipequeries@EXEEXT@
# to port SAMPLEUPDATE=$TOP/lib/samples/sample-update
# we don't want a KRB5_CONFIG setting breaking the tests
KRB5_CONFIG=/dev/null
KRB5_CONFIG=NUL
# The "stress" test is not run by default since it creates enough
# load on the machine to make it unusable to other users.