Use 127.0.0.1 instead of localhost to ensure tests are reproducible.
authorGuus Sliepen <guus@sliepen.org>
Wed, 29 Mar 2017 06:08:19 +0000 (08:08 +0200)
committerGuus Sliepen <guus@sliepen.org>
Wed, 29 Mar 2017 06:08:19 +0000 (08:08 +0200)
test/scripts.test

index de69ad3..6fe616f 100755 (executable)
@@ -8,7 +8,7 @@ $tinc $c1 <<EOF
 init foo
 set DeviceType dummy
 set Port 32759
-set Address localhost
+set Address 127.0.0.1
 add Subnet 10.0.0.1
 add Subnet fec0::/64
 EOF