From: Evan Hunt Date: Wed, 11 Oct 2017 23:03:13 +0000 (-0700) Subject: [master] use NUL instead of /dev/null for KRB5_CONFIG on windows X-Git-Tag: v9.12.0b1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89b2fc092dd19e1de0a74a866253de777c7a8821;p=thirdparty%2Fbind9.git [master] use NUL instead of /dev/null for KRB5_CONFIG on windows --- diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index 9d1aca2c4dc..a84a6306135 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -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.