X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-E-k-K.px;h=211988b8fa8913dfb308bb5e4b33fabdacf75a2d;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hp=07197a3bfa20e27a173c084a65453466c0977120;hpb=4a08094db88011153adadbf995103770b20d2a31;p=wget diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px index 07197a3b..211988b8 100755 --- a/tests/Test-E-k-K.px +++ b/tests/Test-E-k-K.px @@ -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;