From 51b5aab9b042dffc6ef0791358f097895a3234eb Mon Sep 17 00:00:00 2001 From: Sven-Haegar Koch Date: Wed, 13 May 2015 21:24:29 +0200 Subject: [PATCH] Fix check for public key in invite-join.test. Small fix to test/invite-join.test, comparing no-longer-existing ECDSAPublicKey does not make sense. --- test/invite-join.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/invite-join.test b/test/invite-join.test index dbe6f8ae..c1bd1b8e 100755 --- 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 ^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 -- 2.20.1