diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-23 11:35:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-23 11:35:21 +0000 |
commit | 8fb276b815a6ad571450952d0012113a8db9e3f4 (patch) | |
tree | ab00bfd48d73d4e1dedee2dc3e1b2e802c6811ac /t/test.pl | |
parent | b70307b60b7dcc706d4c6a9deaa669f6a0a9a0d9 (diff) | |
download | perl-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.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -258,6 +258,7 @@ sub like_yn ($$$@) { unshift(@mess, "# got '$got'\n", "# expected /$expected/\n"); } + local $Level = 2; _ok($pass, _where(), $name, @mess); } |