From: Pieter Lexis Date: Thu, 23 Jun 2016 14:47:01 +0000 (+0200) Subject: Make lowercase-outgoing test truncate resultfile X-Git-Tag: auth-4.0.0-rc1~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57845241ee36c9832fc16f4aacbfbae332eb06d;p=thirdparty%2Fpdns.git Make lowercase-outgoing test truncate resultfile Closes #3947 --- diff --git a/regression-tests.recursor/lowercase-outgoing/command b/regression-tests.recursor/lowercase-outgoing/command index 173d8350ca..03f880d8b5 100755 --- a/regression-tests.recursor/lowercase-outgoing/command +++ b/regression-tests.recursor/lowercase-outgoing/command @@ -1,4 +1,5 @@ #!/bin/sh +truncate -s 0 configs/10.0.3.24/questions.txt cleandig hOsT.lOwErcAsE-outgoing.example.net a >/dev/null 2>&1 $SDIG $nameserver 5300 hOsT.lOwErcAsE-outgoing.example.net a recurse >/dev/null 2>&1 cat configs/10.0.3.24/questions.txt