aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/opercommands/sajoin4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/opercommands/sajoin b/tests/opercommands/sajoin
index 177ee49..ef09476 100755
--- a/tests/opercommands/sajoin
+++ b/tests/opercommands/sajoin
@@ -20,8 +20,8 @@ print
m.send(c1a, "OPER netadmin test")
m.send(c1a, "SAJOIN $c3a " + chan)
-m.expect(c3a, "See that you are forced joined", ":irc.+ NOTICE $me :\*\*\* You were forced to join " + chan)
m.expect_all("See c3a joining", ":c3a.*JOIN", timeout = 5)
+m.expect(c3a, "See that you are forced joined", ":irc.+ NOTICE $me :\*\*\* You were forced to join " + chan)
m.clearlog()
print
@@ -30,7 +30,7 @@ print
m.sync = 0
m.send(c1a, "SAJOIN $c3a 0")
-m.expect(c3a, "See that you are forced to part all channels", ":irc.+ NOTICE $me :\*\*\* You were forced to join 0", timeout = 5)
m.expect_all("See c3a leaving", ":c3a.*PART", timeout = 5)
+m.expect(c3a, "See that you are forced to part all channels", ":irc.+ NOTICE $me :\*\*\* You were forced to join 0", timeout = 5)
m.clearlog()
print