projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
112b974
)
DBM_Filter test: use std test preamble
Jarkko Hietaniemi [Wed, 16 May 2007 05:29:17 +0000 (08:29 +0300)]
Message-Id: <
200705160229
.l4G2THSE421947@kosh.hut.fi>
p4raw-id: //depot/perl@31227
lib/DBM_Filter/t/01error.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM_Filter/t/01error.t
b/lib/DBM_Filter/t/01error.t
index
e16d8d1
..
1aff972
100644
(file)
--- a/
lib/DBM_Filter/t/01error.t
+++ b/
lib/DBM_Filter/t/01error.t
@@
-1,9
+1,12
@@
-
use strict;
use warnings;
use Carp;
-use lib '.';
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = qw(. ../lib);
+}
+
our $db ;
{