X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-cookies-401.px;h=95cc24dcf5ac566842ee9bf740cf3e11776d2534;hp=ffa9b72b7168eddaf2027f4721430b143593c412;hb=2f0223872c1c145e774c0666d82305902b7addd6;hpb=a454495722d19f470b5957b6c26c135a8ca1f7e2 diff --git a/tests/Test-cookies-401.px b/tests/Test-cookies-401.px index ffa9b72b..95cc24dc 100755 --- a/tests/Test-cookies-401.px +++ b/tests/Test-cookies-401.px @@ -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;