projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a196e9b
)
Fix check for public key in invite-join.test.
author
Sven-Haegar Koch
<haegar@sdinet.de>
Wed, 13 May 2015 19:24:29 +0000
(21:24 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 19 May 2015 11:30:42 +0000
(13:30 +0200)
Small fix to test/invite-join.test, comparing no-longer-existing
ECDSAPublicKey does not make sense.
test/invite-join.test
patch
|
blob
|
history
diff --git
a/test/invite-join.test
b/test/invite-join.test
index dbe6f8aeafa05e4040cad19dc4495c3bf1af9498..c1bd1b8ee7dc6555f41ab8ba644fbfa9a81aecb3 100755
(executable)
--- a/
test/invite-join.test
+++ b/
test/invite-join.test
@@
-24,7
+24,7
@@
$tinc $c1 invite bar | $tinc $c2 join
# Test equivalence of host config files
cmp $d1/hosts/foo $d2/hosts/foo
-test "`grep ^E
CDSAPublicKey $d1/hosts/bar`" = "`grep ^ECDSA
PublicKey $d2/hosts/bar`"
+test "`grep ^E
d25519PublicKey $d1/hosts/bar`" = "`grep ^Ed25519
PublicKey $d2/hosts/bar`"
# Test Mode, Broadcast and ConnectTo statements