]> tinc-vpn.org Git - tinc/commitdiff
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 de69ad3a6a1fa9a233d1d6c11db8ecebb79c5e79..6fe616f8f65892831f09347a7d2882bf21ad5e0e 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