X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F11_blocks.t;fp=t%2F11_blocks.t;h=95d4de602427378f5ca4d68641713cf720f2d203;hb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;hp=72f7c35b687e6f93e0893c9583950306c425b46c;hpb=466f7faff129a5699c7674f59900a92aa256175d;p=debbugs.git diff --git a/t/11_blocks.t b/t/11_blocks.t index 72f7c35..95d4de6 100644 --- a/t/11_blocks.t +++ b/t/11_blocks.t @@ -156,7 +156,7 @@ ok($status->{blockedby} eq '5','bug 3 is blocked by exactly 5'); my $bugreport_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/bugreport.cgi); + my $content = qx(perl -Ilib -T cgi/bugreport.cgi); $content =~ s/^\s*Content-Type:[^\n]+\n*//si; print $content; };