diff options
Diffstat (limited to 'attach.test')
-rw-r--r-- | attach.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attach.test b/attach.test index 1e2f5e8..33a1483 100644 --- a/attach.test +++ b/attach.test @@ -33,7 +33,7 @@ test: send "attach-to 1" to p2 expect /attach-request 1 ([0-9]*)/ from p1 capture code1 expect /attach-response 1 ([0-9]*)/ from p2 capture code2 - guard code1 == code2 + guard (code1 == code2) send "attach-accept 1" to p1 send "attach-accept 1" to p2 |