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->is_success);
# okay
$res = $ua->get("http://danga.com/temp/");
print $res->status_line, "\n";
-ok(  $res->is_success);
+ok(  $res->is_success || $res->code == 404);

# localhost is blocked, case insensitive
$res = $ua->get("http://LOCALhost/temp/");