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