X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional%2Fhttp-server-restart.t;h=f9d4a9e2a4b6010d3938046511d3d5e1d30741f8;hb=32e231ebcd194952cb7d844264a45ec96bfb2231;hp=de618ae5889bc48084002b803e326007c3bce389;hpb=f5681c92bdf43dd0622e1a666babc14057085943;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional/http-server-restart.t b/t/optional/http-server-restart.t index de618ae..f9d4a9e 100644 --- a/t/optional/http-server-restart.t +++ b/t/optional/http-server-restart.t @@ -24,7 +24,7 @@ rmtree "$FindBin::Bin/../../t/var" if -d "$FindBin::Bin/../../t/var"; # create a TestApp and copy the test libs into it mkdir "$FindBin::Bin/../../t/var"; chdir "$FindBin::Bin/../../t/var"; -system "perl $FindBin::Bin/../../script/catalyst.pl TestApp"; +system "perl -I$FindBin::Bin/../../lib $FindBin::Bin/../../script/catalyst.pl TestApp"; chdir "$FindBin::Bin/../.."; File::Copy::Recursive::dircopy( 't/live/lib', 't/var/TestApp/lib' );