diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-03-16 23:58:33 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-17 00:00:52 +0000 |
| commit | 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (patch) | |
| tree | 211c17b0e7eeb34cdd84e378e3720514e8987b8c /testdata/blanks_https.tdir | |
| parent | 217a625642d38bfc0d3d03192b013d4bc7a32458 (diff) | |
Diffstat (limited to 'testdata/blanks_https.tdir')
| -rw-r--r-- | testdata/blanks_https.tdir/blanks_https.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testdata/blanks_https.tdir/blanks_https.test b/testdata/blanks_https.tdir/blanks_https.test index 2c4c5dc7a473..7e0ac89364d1 100644 --- a/testdata/blanks_https.tdir/blanks_https.test +++ b/testdata/blanks_https.tdir/blanks_https.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 petal.log |
