X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-nonexisting-quiet.px;h=62ee24167bcf4a1be4294c336d4e48c02c9230a0;hp=fa6fa0f2477dfc0afa8530fd9f4437088ac8a060;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=b014f8fae9291e7504c0cca2dd8b9a0035466c03 diff --git a/tests/Test-nonexisting-quiet.px b/tests/Test-nonexisting-quiet.px index fa6fa0f2..62ee2416 100755 --- a/tests/Test-nonexisting-quiet.px +++ b/tests/Test-nonexisting-quiet.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -34,9 +34,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-nonexisting-quiet", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();