chiark / gitweb /
server/tests.at (AWAIT_KXDONE): Deliver POP to the correct place.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 2 May 2015 16:05:20 +0000 (17:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 10 May 2015 23:47:29 +0000 (00:47 +0100)
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

index e3813d763a8fdc4e1fbd69e16f51f72a25058396..18bd54f454e2aff03f444d6847f699dc0156577d 100644 (file)
@@ -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])