X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-iri-disabled.px;h=01231a4413750521139c7e1214fb86836e22d38f;hb=d5e283b1a75c5f8249300b465b4e7b55130bec49;hp=17e43361a2f5d3649de24c024c55909220950a09;hpb=a459f0aac9eda068f12bc1430d6e59e07a224ddf;p=wget 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;