X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Finvite-join.test;h=28de83c6f2530993e09c0b436b139ab00e43e809;hb=5fcf6e16acccdaac573eebae21a5a47294e346e4;hp=dbe6f8aeafa05e4040cad19dc4495c3bf1af9498;hpb=bdbb710060bef4b3ec63f5592e4def57a4817bd9;p=tinc diff --git a/test/invite-join.test b/test/invite-join.test index dbe6f8ae..28de83c6 100755 --- a/test/invite-join.test +++ b/test/invite-join.test @@ -17,14 +17,12 @@ EOF # Generate an invitation and let another node join the VPN -sleep 1 - $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