commit - 4467d127c2306c5bd0c0e3fe50ee470b604f5946
commit + 3f013241605484ac2b4dba6412ae7680a21ee46c
blob - f9142df20d80d4fae04c3f257c958e8674411591
blob + 0623024da07997fcd9fe3e58a6bf44939b1d77c2
--- src/testsuite/misc-test.e
+++ src/testsuite/misc-test.e
send "userhost nick\r"
expect {
timeout { exit 1 }
- -re ":ngircd.test.server 302 nick :?nick=+.*@(localhost|127.0.0.1)"
+ -re ":ngircd.test.server 302 nick :?nick=+.*@(localhos.*|127.0.0.1)"
}
send "userhost doesnotexist\r"
send "userhost nick doesnotexist nick doesnotexist\r"
expect {
timeout { exit 1 }
- -re ":ngircd.test.server 302 nick :nick=+.*@(localhost|127.0.0.1) nick=+.*@(localhost|127.0.0.1)"
+ -re ":ngircd.test.server 302 nick :nick=+.*@(localhos.*|127.0.0.1) nick=+.*@(localhos.*|127.0.0.1)"
}
send "away :testing\r"
send "userhost nick nick nick nick nick nick\r"
expect {
timeout { exit 1 }
- -re ":ngircd.test.server 302 nick :nick=-.*@(localhost|127.0.0.1) nick=-.*@(localhost|127.0.0.1) nick=-.*@(localhost|127.0.0.1) nick=-.*@(localhost|127.0.0.1) nick=-.*@(localhost|127.0.0.1)\r"
+ -re ":ngircd.test.server 302 nick :nick=-.*@(localhos.*|127.0.0.1) nick=-.*@(localhos.*|127.0.0.1) nick=-.*@(localhos.*|127.0.0.1) nick=-.*@(localhos.*|127.0.0.1) nick=-.*@(localhos.*|127.0.0.1)\r"
}
send "quit\r"