]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] use NUL instead of /dev/null for KRB5_CONFIG on windows
authorEvan Hunt <each@isc.org>
Wed, 11 Oct 2017 23:03:13 +0000 (16:03 -0700)
committerEvan Hunt <each@isc.org>
Wed, 11 Oct 2017 23:03:13 +0000 (16:03 -0700)
bin/tests/system/conf.sh.win32

index 9d1aca2c4dc370e2ffc4cf9f036f6ad577a33b2c..a84a6306135be6654d79729911922ea37629132c 100644 (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.