aboutsummaryrefslogtreecommitdiff
path: root/testdata/blanks_cached_zone.tdir/blanks_cached_zone.test
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/blanks_cached_zone.tdir/blanks_cached_zone.test')
-rw-r--r--testdata/blanks_cached_zone.tdir/blanks_cached_zone.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/testdata/blanks_cached_zone.tdir/blanks_cached_zone.test b/testdata/blanks_cached_zone.tdir/blanks_cached_zone.test
index c405950c3794..580cd22b3fed 100644
--- a/testdata/blanks_cached_zone.tdir/blanks_cached_zone.test
+++ b/testdata/blanks_cached_zone.tdir/blanks_cached_zone.test
@@ -8,35 +8,35 @@ PRE="../.."
# do the test
TARGET=ns1.blanks.example.com.
echo "> dig $TARGET"
-dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
if grep SERVFAIL outfile; then
echo "> try again"
- dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+ dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
fi
if grep SERVFAIL outfile; then
echo "> try again"
sleep 1
- dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+ dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
fi
if grep SERVFAIL outfile; then
echo "> try again"
sleep 1
- dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+ dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
fi
if grep SERVFAIL outfile; then
echo "> try again"
sleep 1
- dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+ dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
fi
if grep SERVFAIL outfile; then
echo "> try again"
sleep 10
- dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+ dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
fi
if grep SERVFAIL outfile; then
echo "> try again"
sleep 10
- dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile
+ dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile
fi
echo "> cat logfiles"
cat unbound.log