commit - e5174c629c67ba84eedc6e057c66833632293e3f
commit + 5df56111c492a0509c7b31d22021975778431bf3
blob - dd164822e418292bd46a412ffb76319e79257a39
blob + eb26ac45a66828eb1f86b0e2a7acc7bf37b2d5a2
--- src/testsuite/message-test.e
+++ src/testsuite/message-test.e
"@* PRIVMSG nick :test"
}
+# The following two tests using "localhost" as host name
+# had to be disabled, because there are operating systems
+# out there, that use "localhost.<domain>" as host name
+# for 127.0.0.1 instead of just "localhost".
+# (for example OpenBSD 4, OpenSolaris, ...)
+#
+#send "privmsg ~user\%localhost :test\r"
+#expect {
+# timeout { exit 1 }
+# "@* PRIVMSG nick :test"
+#}
+#
+#send "privmsg nick!~user@localhost :test\r"
+#expect {
+# timeout { exit 1 }
+# "@* PRIVMSG nick :test"
+# "401"
+#}
-send "privmsg ~user\%localhost :test\r"
-expect {
- timeout { exit 1 }
- "@* PRIVMSG nick :test"
-}
-
-send "privmsg nick!~user@localhost :test\r"
-expect {
- timeout { exit 1 }
- "@* PRIVMSG nick :test"
-}
-
send "away :away\r"
expect {
timeout { exit 1 }