From bd33c09845d2069d11086f42d61efaba15d71f6d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 4 Oct 2011 23:39:36 +0100 Subject: [PATCH] tests: move i3test.pm from t/lib to lib/ --- testcases/complete-run.pl | 2 +- testcases/{t => }/lib/i3test.pm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename testcases/{t => }/lib/i3test.pm (100%) diff --git a/testcases/complete-run.pl b/testcases/complete-run.pl index 322c23f2..70bcc8c1 100755 --- a/testcases/complete-run.pl +++ b/testcases/complete-run.pl @@ -188,7 +188,7 @@ sub take_job { my $output; 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), merge => 1, }); diff --git a/testcases/t/lib/i3test.pm b/testcases/lib/i3test.pm similarity index 100% rename from testcases/t/lib/i3test.pm rename to testcases/lib/i3test.pm