This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0644c9c
)
Change #2346 fallout.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 28 Nov 1998 16:58:01 +0000
(16:58 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 28 Nov 1998 16:58:01 +0000
(16:58 +0000)
p4raw-id: //depot/cfgperl@2356
t/op/undef.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/undef.t
b/t/op/undef.t
index
3bfe1a3
..
8944ee3
100755
(executable)
--- a/
t/op/undef.t
+++ b/
t/op/undef.t
@@
-1,5
+1,10
@@
#!./perl
+BEGIN {
+ chdir 't' if -d 't';
+ unshift @INC, '../lib';
+}
+
print "1..27\n";
print defined($a) ? "not ok 1\n" : "ok 1\n";