Fix check for public key in invite-join.test.
authorSven-Haegar Koch <haegar@sdinet.de>
Wed, 13 May 2015 19:24:29 +0000 (21:24 +0200)
committerGuus 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

index dbe6f8a..c1bd1b8 100755 (executable)
@@ -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 ^ECDSAPublicKey $d1/hosts/bar`" = "`grep ^ECDSAPublicKey $d2/hosts/bar`"
+test "`grep ^Ed25519PublicKey $d1/hosts/bar`" = "`grep ^Ed25519PublicKey $d2/hosts/bar`"
 
 # Test Mode, Broadcast and ConnectTo statements