From bd12a0ff2b4b1ac1b1275bab7f7028809e14969d Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 2 May 2015 17:05:20 +0100 Subject: [PATCH] server/tests.at (AWAIT_KXDONE): Deliver POP to the correct place. Organization: Straylight/Edgeware From: Mark Wooding In fact, BNAME and BDIR are always the same in the current test script -- the silly games are always played with ANAME and ADIR -- but that's just luck. --- server/tests.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests.at b/server/tests.at index e3813d76..18bd54f4 100644 --- a/server/tests.at +++ b/server/tests.at @@ -249,7 +249,7 @@ m4_define([AWAIT_KXDONE], [ AT_CHECK([echo $waitrc],, [0[]nl]) ## Be interested in key-exchange warnings again. - TRIPECTL -d$4 WARN test POP + TRIPECTL -d$3 WARN test POP ]) ## ESTABLISH(adir, aname, aopts, bdir, bname, bopts, [aport], [bport]) -- [mdw]