RANDFILE=$TOP/bin/tests/system/random.data
-# There's no trailing period on Windows
-TP=.
# The "stress" test is not run by default since it creates enough
# load on the machine to make it unusable to other users.
tkey tsig tsiggss unknown upforwd verify views wildcard xfer
xferquota zero zonechecks"
+# Things that are different on Windows
+KILL=kill
+DIFF=diff
+DOS2UNIX=true
+# There's no trailing period on Windows
+TP=.
+
# Use the CONFIG_SHELL detected by configure for tests
SHELL=@SHELL@
RANDFILE=$TOP/bin/tests/system/random.data
-# No trailing period on Windows
-TP=
-
# The "stress" test is not run by default since it creates enough
# load on the machine to make it unusable to other users.
# v6synth
tkey tsig tsiggss unknown upforwd verify views wildcard xfer
xferquota zero zonechecks"
+#Things that are different on Windows
+KILL="/bin/kill -f"
+DIFF="diff --strip-trailing-cr"
+DOS2UNIX=dos2unix
+# No trailing period
+TP=
+
# Configure is launched from native environment, but tests are run in Cygwin -
# so any detection is unreliable.
SHELL="/bin/bash -o igncr"