summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-23 11:35:21 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-23 11:35:21 +0000
commit8fb276b815a6ad571450952d0012113a8db9e3f4 (patch)
treeab00bfd48d73d4e1dedee2dc3e1b2e802c6811ac /t/test.pl
parentb70307b60b7dcc706d4c6a9deaa669f6a0a9a0d9 (diff)
downloadperl-8fb276b815a6ad571450952d0012113a8db9e3f4.tar.gz
like and unlike weren't reporting failure where correctly in test.pl
p4raw-id: //depot/perl@26469
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test.pl b/t/test.pl
index 42a3c88f2d..95aa87fdba 100644
--- 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);
}