This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b70307b
)
like and unlike weren't reporting failure where correctly in test.pl
author
Nicholas Clark
<nick@ccl4.org>
Fri, 23 Dec 2005 11:35:21 +0000
(11:35 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 23 Dec 2005 11:35:21 +0000
(11:35 +0000)
p4raw-id: //depot/perl@26469
t/test.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/test.pl
b/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);
}