This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
De-hardcode a path in a Test::Simple test, so it works
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 14 Mar 2007 13:38:15 +0000 (13:38 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
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

index b401fd6..57bd163 100644 (file)
@@ -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