diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-14 13:38:15 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-14 13:38:15 +0000 |
commit | 878c69eb3fd16dd822bc39dffcd2befc98b5a1e2 (patch) | |
tree | 2fb14da44bc1236d2f09f7d1af32b832fe2174ef /lib/Test | |
parent | c00d8759700007aca60d0253234eb4ad2ad948a6 (diff) | |
download | perl-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.t | 2 |
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 |