]> sjero.net Git - wget/blobdiff - tests/Test-E-k-K.px
NEWS: cite --start-pos
[wget] / tests / Test-E-k-K.px
index 07197a3bfa20e27a173c084a65453466c0977120..211988b8fa8913dfb308bb5e4b33fabdacf75a2d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -61,7 +61,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d -r -nd -E -k -K http://localhost:{{port}}/index.php";
+my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k -K http://localhost:{{port}}/index.php";
 
 my $expected_error_code = 0;