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/pymod.tdir | |
| parent | 217a625642d38bfc0d3d03192b013d4bc7a32458 (diff) | |
Diffstat (limited to 'testdata/pymod.tdir')
| -rw-r--r-- | testdata/pymod.tdir/pymod.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/pymod.tdir/pymod.test b/testdata/pymod.tdir/pymod.test index 5ea87282b6f7..8d8ffcc3a56f 100644 --- a/testdata/pymod.tdir/pymod.test +++ b/testdata/pymod.tdir/pymod.test @@ -22,7 +22,7 @@ fi # 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 echo "> cat logfiles" cat fwd.log cat unbound.log @@ -35,7 +35,7 @@ else fi echo "> dig www2.example.com." -dig @localhost -p $UNBOUND_PORT www2.example.com. | tee outfile +dig @127.0.0.1 -p $UNBOUND_PORT www2.example.com. | tee outfile echo "> cat logfiles" cat fwd.log cat unbound.log |
