<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git i/t/00-all.t w/t/00-all.t
index 3b99cd3..784f0b2 100755
--- i/t/00-all.t
+++ w/t/00-all.t
@@ -146,7 +146,7 @@ ok(! $res-&gt;is_success);
 # okay
 $res = $ua-&gt;get("http://danga.com/temp/");
 print $res-&gt;status_line, "\n";
-ok(  $res-&gt;is_success);
+ok(  $res-&gt;is_success || $res-&gt;code == 404);
 
 # localhost is blocked, case insensitive
 $res = $ua-&gt;get("http://LOCALhost/temp/");
</pre></body></html>