]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/08_pkgreport.t
move Debbugs to lib
[debbugs.git] / t / 08_pkgreport.t
index eabee529287c12b14c880f466dc26fa399b13390..5a3339062f2beba78e0124ebd877f70505c5521c 100644 (file)
@@ -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;