View | Details | Raw Unified | Return to bug 8649
Collapse All | Expand All

(-)a/t/db_dependent/Search.t (-1 / +1 lines)
Lines 21-26 use File::Find; Link Here
21
use Test::Warn;
21
use Test::Warn;
22
use File::Temp qw/ tempdir /;
22
use File::Temp qw/ tempdir /;
23
use File::Path;
23
use File::Path;
24
use DBI;
24
25
25
my $datadir = tempdir();
26
my $datadir = tempdir();
26
system(dirname(__FILE__) . "/zebra_config.pl $datadir");
27
system(dirname(__FILE__) . "/zebra_config.pl $datadir");
27
- 

Return to bug 8649