X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-HTTP-Content-Disposition.px;fp=tests%2FTest-HTTP-Content-Disposition.px;h=2a8fd398507a54343d160d15359d10adcf5af6f8;hp=465c43fba66a53791e7e0eeb7c57a8a47451642b;hb=829f83bf5bce33e856971b55a8e00c3560da7b4b;hpb=78aefb3bbf3afb0a3677419370ee197db389bfb7 diff --git a/tests/Test-HTTP-Content-Disposition.px b/tests/Test-HTTP-Content-Disposition.px old mode 100644 new mode 100755 index 465c43fb..2a8fd398 --- a/tests/Test-HTTP-Content-Disposition.px +++ b/tests/Test-HTTP-Content-Disposition.px @@ -33,7 +33,7 @@ my %urls = ( }, ); -my $cmdline = "wget http://localhost:8080/dummy.html"; +my $cmdline = $WgetTest::WGETPATH . " http://localhost:8080/dummy.html"; my $expected_error_code = 0; @@ -50,7 +50,7 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition", cmdline => $cmdline, errcode => $expected_error_code, output => \%expected_downloaded_files); -$the_test->run(); +exit $the_test->run(); # vim: et ts=4 sw=4