From: Mark Wooding Date: Sat, 2 May 2015 16:05:20 +0000 (+0100) Subject: server/tests.at (AWAIT_KXDONE): Deliver POP to the correct place. X-Git-Tag: 1.0.0pre17.1~2 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/bd12a0ff2b4b1ac1b1275bab7f7028809e14969d server/tests.at (AWAIT_KXDONE): Deliver POP to the correct place. 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. --- 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])