summaryrefslogtreecommitdiff
path: root/lib/Test
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-14 13:38:15 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-14 13:38:15 +0000
commit878c69eb3fd16dd822bc39dffcd2befc98b5a1e2 (patch)
tree2fb14da44bc1236d2f09f7d1af32b832fe2174ef /lib/Test
parentc00d8759700007aca60d0253234eb4ad2ad948a6 (diff)
downloadperl-878c69eb3fd16dd822bc39dffcd2befc98b5a1e2.tar.gz
De-hardcode a path in a Test::Simple test, so it works
when integrated to the core. p4raw-id: //depot/perl@30580
Diffstat (limited to 'lib/Test')
-rw-r--r--lib/Test/Simple/t/fail-more.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple/t/fail-more.t b/lib/Test/Simple/t/fail-more.t
index b401fd67f2..57bd16337a 100644
--- 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