summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/lib/ops.t
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-06 17:09:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-06 17:09:19 +0000
commit4512cea31c94e21bbf22ca99a5bb525ea7a8c84c (patch)
tree628d1180baf59ff2cf578562cdd942fc008cf06b /gnu/usr.bin/perl/t/lib/ops.t
parente852ed17d905386f3bbad057fda2f07926227f89 (diff)
perl-5.6.0 + local changes
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/ops.t')
-rw-r--r--gnu/usr.bin/perl/t/lib/ops.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/lib/ops.t b/gnu/usr.bin/perl/t/lib/ops.t
index 56b1bacabb0..ce8b6d0d5f9 100644
--- a/gnu/usr.bin/perl/t/lib/ops.t
+++ b/gnu/usr.bin/perl/t/lib/ops.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
+ unshift @INC, '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bOpcode\b/ && $Config{'osname'} ne 'VMS') {
print "1..0\n";