X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-cookies-401.px;h=1c0249044d96cb86d21d383797216ff265daf630;hp=ffa9b72b7168eddaf2027f4721430b143593c412;hb=HEAD;hpb=4a08094db88011153adadbf995103770b20d2a31 diff --git a/tests/Test-cookies-401.px b/tests/Test-cookies-401.px index ffa9b72b..1c024904 100755 --- a/tests/Test-cookies-401.px +++ b/tests/Test-cookies-401.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -29,7 +29,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -d http://localhost:{{port}}/one.txt" +my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/one.txt" . " http://localhost:{{port}}/two.txt"; my $expected_error_code = 6;