X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri-disabled.px;h=01231a4413750521139c7e1214fb86836e22d38f;hp=17e43361a2f5d3649de24c024c55909220950a09;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=44a22c78a76e6733dd4d420a236be0963f00f4c5 diff --git a/tests/Test-iri-disabled.px b/tests/Test-iri-disabled.px index 17e43361..01231a44 100755 --- a/tests/Test-iri-disabled.px +++ b/tests/Test-iri-disabled.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -161,7 +162,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --iri=no -nH -r http://localhost:{{port}}/"; +my $cmdline = $WgetTest::WGETPATH . " --no-iri -nH -r http://localhost:{{port}}/"; my $expected_error_code = 0;