Skip to content

Commit

Permalink
revert accidental edit
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2828 d19b8d6e-7fed-0310-83ef-9ca221ded41b
  • Loading branch information
Peter van Dijk committed Oct 29, 2012
1 parent acf145f commit d995f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests/cleandig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo RETVAL: $? >> ${testsdir}/${testname}/drill.out
echo RETVAL: $? >> ${testsdir}/${testname}/q.out
if [ ! -e ${testsdir}/${testname}/skip-unboundhost ]
then
/usr/bin/unbound-host -v -C unbound-host.conf -t $2 $1 > ${testsdir}/${testname}/unbound-host.out 2>&1
unbound-host -v -C unbound-host.conf -t $2 $1 > ${testsdir}/${testname}/unbound-host.out 2>&1
echo RETVAL: $? >> ${testsdir}/${testname}/unbound-host.out
fi
if [ -f ${testsdir}/${testname}/use.drill ]
Expand Down

0 comments on commit d995f00

Please sign in to comment.