X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-HTTP-Content-Disposition-1.px;h=6d2952308b4ed5ded9c085e250ae930049710cdf;hb=829f83bf5bce33e856971b55a8e00c3560da7b4b;hp=da27e3e1d899cd874eb76b3b5bd386921fcdd8df;hpb=78aefb3bbf3afb0a3677419370ee197db389bfb7;p=wget diff --git a/tests/Test-HTTP-Content-Disposition-1.px b/tests/Test-HTTP-Content-Disposition-1.px old mode 100644 new mode 100755 index da27e3e1..6d295230 --- a/tests/Test-HTTP-Content-Disposition-1.px +++ b/tests/Test-HTTP-Content-Disposition-1.px @@ -37,7 +37,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; @@ -70,7 +70,7 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition-1", errcode => $expected_error_code, existing => \%existing_files, output => \%expected_downloaded_files); -$the_test->run(); +exit $the_test->run(); # vim: et ts=4 sw=4