From: Peter van Dijk Date: Mon, 28 Jan 2013 11:33:46 +0000 (+0000) Subject: nit X-Git-Tag: rec-3.5-rc3~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee4f78c336ec3d6ef3d8ddb62aa68b92685bfef2;p=thirdparty%2Fpdns.git nit git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3088 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests.recursor/ghost-1/command b/regression-tests.recursor/ghost-1/command index e9a7abc268..d60948025c 100755 --- a/regression-tests.recursor/ghost-1/command +++ b/regression-tests.recursor/ghost-1/command @@ -1,6 +1,6 @@ #!/bin/sh . vars -rm configs/$PREFIX.17/drop-1 +rm -f configs/$PREFIX.17/drop-1 cleandig a.www.1.ghost.example.net a | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]\+\)/\13600/' sleep 5 touch configs/$PREFIX.17/drop-1 diff --git a/regression-tests.recursor/ghost-2/command b/regression-tests.recursor/ghost-2/command index e37f34d7f5..e48d288159 100755 --- a/regression-tests.recursor/ghost-2/command +++ b/regression-tests.recursor/ghost-2/command @@ -1,6 +1,6 @@ #!/bin/sh . vars -rm configs/$PREFIX.17/drop-2 +rm -f configs/$PREFIX.17/drop-2 cleandig a.www.2.ghost.example.net a | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]\+\)/\13600/' sleep 5 touch configs/$PREFIX.17/drop-2