From e57845241ee36c9832fc16f4aacbfbae332eb06d Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 23 Jun 2016 16:47:01 +0200 Subject: [PATCH] Make lowercase-outgoing test truncate resultfile Closes #3947 --- regression-tests.recursor/lowercase-outgoing/command | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.recursor/lowercase-outgoing/command b/regression-tests.recursor/lowercase-outgoing/command index 173d8350c..03f880d8b 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 -- 2.40.0