mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
[master] use NUL instead of /dev/null for KRB5_CONFIG on windows
This commit is contained in:
parent
94f022ec02
commit
89b2fc092d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue