summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/op/ord.t
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 03:02:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 03:02:54 +0000
commitba0a2090f574df90404f8a0bbe689389ce0ebcab (patch)
tree53f8d0ad53e5fc0f05d68a0073273080ef5bd392 /gnu/usr.bin/perl/t/op/ord.t
parent0121b80e4f69c2ad9631e8d20b5c91f3b2a40434 (diff)
Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffolding
Diffstat (limited to 'gnu/usr.bin/perl/t/op/ord.t')
-rw-r--r--gnu/usr.bin/perl/t/op/ord.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/op/ord.t b/gnu/usr.bin/perl/t/op/ord.t
index ff51c18f8c1..455666417fb 100644
--- a/gnu/usr.bin/perl/t/op/ord.t
+++ b/gnu/usr.bin/perl/t/op/ord.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = qw(.);
+ @INC = qw(. ../lib); # ../lib needed for test.deparse
require "test.pl";
}