projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
59d0036
)
Patch the Filter::Simple test to work with
Jarkko Hietaniemi [Mon, 3 Sep 2001 12:42:06 +0000 (12:42 +0000)]
the core test suite (since the FilterTest.pm
is in t/lib, not in lib).
p4raw-id: //depot/perl@11844
lib/Filter/Simple/t/filter.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Filter/Simple/t/filter.t
b/lib/Filter/Simple/t/filter.t
index
47ee7d7
..
5f6e382
100644
(file)
--- a/
lib/Filter/Simple/t/filter.t
+++ b/
lib/Filter/Simple/t/filter.t
@@
-1,3
+1,8
@@
+BEGIN {
+ chdir('t') if -d 't';
+ @INC = 'lib';
+}
+
use FilterTest qr/not ok/ => "ok", fail => "ok";
print "1..6\n";