projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab1893
)
Use 127.0.0.1 instead of localhost to ensure tests are reproducible.
author
Guus Sliepen
<guus@sliepen.org>
Wed, 29 Mar 2017 06:08:19 +0000
(08:08 +0200)
committer
Guus Sliepen
<guus@sliepen.org>
Wed, 29 Mar 2017 06:08:19 +0000
(08:08 +0200)
test/scripts.test
patch
|
blob
|
history
diff --git
a/test/scripts.test
b/test/scripts.test
index
de69ad3
..
6fe616f
100755
(executable)
--- a/
test/scripts.test
+++ b/
test/scripts.test
@@
-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