Skip to content

Commit

Permalink
Issue #1054: eliminate scripts/apache2-perl-startup.pl
Browse files Browse the repository at this point in the history
Currently not used, so remove it for decreasing the level of confusion.
  • Loading branch information
bschmalhofer committed Jun 14, 2021
1 parent 78fed7a commit e34f021
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 78 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Kernel/Config/GenericAgent.pm
Kernel/Config.pm
Kernel/Language/*.old
bin/cgi-bin/.htaccess
scripts/apache2-perl-startup2.pl
var/virtualfs
var/run
var/log/*.log
Expand Down
75 changes: 0 additions & 75 deletions scripts/apache2-perl-startup.pl

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/test/Archive.t
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ else {
}

# Skip files with expected changes.
next LINE if $Filename =~ m/Cron|CHANGES|apache2-perl-startup/;
next LINE if $Filename eq 'Cron';
next LINE if $Filename eq 'CHANGES';

# ignore output files of unittest runs
next LINE if $Filename =~ m/unittest_.*\.out/;
Expand Down
1 change: 0 additions & 1 deletion scripts/test/Compile.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ my %FailureIsAccepted = (
'Kernel/cpan-lib/PDF/API2/Win32.pm' => 'Win32::TieRegistry is not available, but never mind as Win32 is not supported',
'Kernel/cpan-lib/SOAP/Lite.pm' => 'some strangeness concerning SOAP::Constants',
'Kernel/cpan-lib/URI/urn/isbn.pm' => 'Business::ISBN is not required',
'scripts/apache2-perl-startup.pl' => 'mod_perl not neccessarily available',
);

# object for doing the actual check
Expand Down

0 comments on commit e34f021

Please sign in to comment.