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