X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F08_pkgreport.t;fp=t%2F08_pkgreport.t;h=5a3339062f2beba78e0124ebd877f70505c5521c;hb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;hp=eabee529287c12b14c880f466dc26fa399b13390;hpb=466f7faff129a5699c7674f59900a92aa256175d;p=debbugs.git diff --git a/t/08_pkgreport.t b/t/08_pkgreport.t index eabee52..5a33390 100644 --- a/t/08_pkgreport.t +++ b/t/08_pkgreport.t @@ -46,7 +46,7 @@ EOF my $pkgreport_cgi_handler = sub { # I do not understand why this is necessary. $ENV{DEBBUGS_CONFIG_FILE} = "$config{config_dir}/debbugs_config"; - my $content = qx(perl -I. -T cgi/pkgreport.cgi); + my $content = qx(perl -Ilib -T cgi/pkgreport.cgi); # Strip off the Content-Type: stuff $content =~ s/^\s*Content-Type:[^\n]+\n*//si; print $content;