Get rid of hardcoded string length.
[p5sagit/p5-mst-13.2.git] / t / test.pl
index 42a3c88..95aa87f 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -258,6 +258,7 @@ sub like_yn ($$$@) {
        unshift(@mess, "#      got '$got'\n",
                "# expected /$expected/\n");
     }
+    local $Level = 2;
     _ok($pass, _where(), $name, @mess);
 }