]> sjero.net Git - wget/blobdiff - tests/Test-O--no-content-disposition.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-O--no-content-disposition.px
index 47cab0717586c58d7dc19a9b40ab33576899bba6..3369ec42fb99cb2be2e9f6023cb9ca32b725eab1 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -24,7 +25,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -O out --no-content-disposition http://localhost:8080/dummy.txt";
+my $cmdline = $WgetTest::WGETPATH . " -O out --no-content-disposition http://localhost:{{port}}/dummy.txt";
 
 my $expected_error_code = 0;