Fixed test throwing interpolation of undef warning
James Laver [Sat, 2 May 2009 11:48:08 +0000 (12:48 +0100)]
t/05-live.t

index 2b72873..7c1f1af 100644 (file)
@@ -58,6 +58,7 @@ BEGIN {
             $c->res->body('PASS');
         } else {
             #In the failure case, provide debug info
+            $id3 ||= '';
             $c->res->body("FAIL: Matching ids, $id3");
         }
     }