Better cleanup for Test-proxied-https-auth.px.

This commit is contained in:
Micah Cowan 2008-06-12 01:31:54 -07:00
parent de86fc8c82
commit 484ba18aa7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-12 Micah Cowan <micah@cowan.name>
* Test-proxied-https-auth.px: Better cleanup, so next test can
open the port.
2008-05-31 Micah Cowan <micah@cowan.name>
* Test-N-current.px: Ensure we catch failures.

View File

@ -87,7 +87,7 @@ sub fork_server {
}
system ('rm -f needs-auth.txt');
&fork_server;
my $pid = &fork_server;
sleep 1;
my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee"
@ -98,4 +98,5 @@ my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee"
my $code = system($cmdline);
warn "Got code: $code\n" if $code;
kill ('TERM', $pid);
exit $code;