On Mon, Oct 22, 2001 at 05:16:09PM -0000, [EMAIL PROTECTED] wrote:
+   -ok ($four_oh_four =~ /HTTP\/1\.[01] 404 Not Found/);
+   +ok (($four_oh_four =~ /HTTP\/1\.[01] Not Found/)
+   +    || ($four_oh_four =~ /RC:\s+404.*Message:\s+Not Found/s));
+    ok ($four_oh_four =~ /Content-Type: text\/html/);

why did you take the '404' out of /HTTP\/1\.[01] 404 Not Found/?
now it fails for me.  did you mean to do that?
-j

Reply via email to