]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/11_blocks.t
move Debbugs to lib
[debbugs.git] / t / 11_blocks.t
index 72f7c35b687e6f93e0893c9583950306c425b46c..95d4de602427378f5ca4d68641713cf720f2d203 100644 (file)
@@ -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;
 };