Skip to content

Commit 6ac60ac

Browse files
haargsimbabque
authored andcommitted
clean up tests
Remove t/misc/ as it is not used for anything. Remove t/robot/ since they are tests for LWP::RobotUA that just happen to use HTTP::Daemon. They are not tests of HTTP::Daemon itself. Remove +x flag on t/encoding.t since it is not executable. Move t/local/http.t to t/basic.t. Its old name was from when all LWP related modules were packaged together. It is the primary test of HTTP::Daemon.
1 parent c10445d commit 6ac60ac

6 files changed

Lines changed: 1 addition & 361 deletions

File tree

t/local/http.t renamed to t/basic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else {
4141
use Config;
4242
my $perl = $Config{'perlpath'};
4343
$perl = $^X if $^O eq 'VMS' or -x $^X and $^X =~ m,^([a-z]:)?/,i;
44-
open(DAEMON, "$perl t/local/http.t daemon |") or die "Can't exec daemon: $!";
44+
open(DAEMON, "$perl t/basic.t daemon |") or die "Can't exec daemon: $!";
4545
}
4646

4747
use Test;

t/encoding.t

100755100644
File mode changed.

t/misc/httpd

Lines changed: 0 additions & 28 deletions
This file was deleted.

t/misc/httpd_term.pl

Lines changed: 0 additions & 26 deletions
This file was deleted.

t/robot/ua-get.t

Lines changed: 0 additions & 156 deletions
This file was deleted.

t/robot/ua.t

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)