From ee4f78c336ec3d6ef3d8ddb62aa68b92685bfef2 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 28 Jan 2013 11:33:46 +0000 Subject: [PATCH] nit git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3088 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- regression-tests.recursor/ghost-1/command | 2 +- regression-tests.recursor/ghost-2/command | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests.recursor/ghost-1/command b/regression-tests.recursor/ghost-1/command index e9a7abc26..d60948025 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 e37f34d7f..e48d28815 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 -- 2.40.0