tests: move i3test.pm from t/lib to lib/

This commit is contained in:
Michael Stapelberg 2011-10-04 23:39:36 +01:00
parent 57484553e6
commit bd33c09845
2 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ sub take_job {
my $output; my $output;
my $parser = TAP::Parser->new({ my $parser = TAP::Parser->new({
exec => [ 'sh', '-c', qq|DISPLAY=$display LOGPATH="$logpath" /usr/bin/perl -It/lib -Ilib $test| ], exec => [ 'sh', '-c', qq|DISPLAY=$display LOGPATH="$logpath" /usr/bin/perl -Ilib $test| ],
spool => IO::Scalar->new(\$output), spool => IO::Scalar->new(\$output),
merge => 1, merge => 1,
}); });