X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftestsuite%2Fmisc-test.e;h=0623024da07997fcd9fe3e58a6bf44939b1d77c2;hp=f9142df20d80d4fae04c3f257c958e8674411591;hb=20b52fe33dc3387d50790ed6da8c47c34277527a;hpb=5d87f6ba8030eec2994aa2f53ed5c462ba4894db diff --git a/src/testsuite/misc-test.e b/src/testsuite/misc-test.e index f9142df2..0623024d 100644 --- a/src/testsuite/misc-test.e +++ b/src/testsuite/misc-test.e @@ -129,7 +129,7 @@ expect { 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" @@ -141,7 +141,7 @@ expect { 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" @@ -153,7 +153,7 @@ expect { 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"