]> sjero.net Git - wget/blobdiff - tests/Test-iri-disabled.px
Prefer --no-iri over --iri=no.
[wget] / tests / Test-iri-disabled.px
index 02fc4d3a1f96538a549e88809dcbfe382ff43bd0..01231a4413750521139c7e1214fb86836e22d38f 100755 (executable)
@@ -162,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;