File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ const libOTRPrivateKey = `(privkeys
7575 (account
76767777(protocol prpl-jabber)
78- (private-key
79- (dsa
78+ (private-key
79+ (dsa
8080 (p #00FC07ABCF0DC916AFF6E9AE47BEF60C7AB9B4D6B2469E436630E36F8A489BE812486A09F30B71224508654940A835301ACC525A4FF133FC152CC53DCC59D65C30A54F1993FE13FE63E5823D4C746DB21B90F9B9C00B49EC7404AB1D929BA7FBA12F2E45C6E0A651689750E8528AB8C031D3561FECEE72EBB4A090D450A9B7A857#)
8181 (q #00997BD266EF7B1F60A5C23F3A741F2AEFD07A2081#)
8282 (g #535E360E8A95EBA46A4F7DE50AD6E9B2A6DB785A66B64EB9F20338D2A3E8FB0E94725848F1AA6CC567CB83A1CC517EC806F2E92EAE71457E80B2210A189B91250779434B41FC8A8873F6DB94BEA7D177F5D59E7E114EE10A49CFD9CEF88AE43387023B672927BA74B04EB6BBB5E57597766A2F9CE3857D7ACE3E1E3BC1FC6F26#)
@@ -402,7 +402,7 @@ func TestAgainstLibOTR(t *testing.T) {
402402 // This test requires otr.c.test to be built as /tmp/a.out.
403403 // If enabled, this tests runs forever performing OTR handshakes in a
404404 // loop.
405- return
405+ t . Skip ( "This test requires otr.c.test to be built as /tmp/a.out" )
406406
407407 alicePrivateKey , _ := hex .DecodeString (alicePrivateKeyHex )
408408 var alice Conversation
You can’t perform that action at this time.
0 commit comments