TWMC: Doc patch and useragent patch from rT
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / multi_content_type.t
index 081a47e..af30861 100644 (file)
@@ -52,7 +52,7 @@ SKIP: {
 }
 
 END {
-    if ( $pid && $pid > 0 ) {
+    if ( $pid && $pid != 0 ) {
         kill 9, $pid;
     }
 }