aboutsummaryrefslogtreecommitdiff
path: root/testdata/pymod.tdir/pymod.test
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/pymod.tdir/pymod.test')
-rw-r--r--testdata/pymod.tdir/pymod.test4
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