Change 20949 by [EMAIL PROTECTED] on 2003/08/30 06:09:31

        Integrate:
        [ 20948]
        Setup @INC.

Affected files ...

... //depot/maint-5.8/perl/t/op/cproto.t#2 integrate

Differences ...

==== //depot/maint-5.8/perl/t/op/cproto.t#2 (text) ====
Index: perl/t/op/cproto.t
--- perl/t/op/cproto.t#1~20947~ Fri Aug 29 23:07:56 2003
+++ perl/t/op/cproto.t  Fri Aug 29 23:09:31 2003
@@ -1,6 +1,11 @@
 #!./perl
 # Tests to ensure that we don't unexpectedly change prototypes of builtins
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 use Test::More tests => 234;
 while (<DATA>) {
     chomp;
End of Patch.

Reply via email to