projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c00d875
)
De-hardcode a path in a Test::Simple test, so it works
Rafael Garcia-Suarez [Wed, 14 Mar 2007 13:38:15 +0000 (13:38 +0000)]
when integrated to the core.
p4raw-id: //depot/perl@30580
lib/Test/Simple/t/fail-more.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/fail-more.t
b/lib/Test/Simple/t/fail-more.t
index
b401fd6
..
57bd163
100644
(file)
--- a/
lib/Test/Simple/t/fail-more.t
+++ b/
lib/Test/Simple/t/fail-more.t
@@
-159,7
+159,7
@@
err_ok( <<ERR );
# at $0 line 54.
# can_ok() called with empty class or reference
# Failed test 'ARRAY->can('foo')'
-# at t/fail-more.t line 55.
+# at $0 line 55.
# ARRAY->can('foo') failed
ERR