X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-np.px;h=c81b93c692b39fed9af5dd02055c664422c74db7;hp=f674193a3d7b50f57cf3232723dffabcdd6d56d9;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/tests/Test-np.px b/tests/Test-np.px index f674193a..c81b93c6 100755 --- a/tests/Test-np.px +++ b/tests/Test-np.px @@ -55,7 +55,7 @@ my $fourthpage = <

This page is only linked by the higher level page. Therefore, it should not - be downloaded. + be downloaded.

@@ -69,7 +69,7 @@ my $higherlevelpage = <

This page is on a higher level in the URL path hierarchy. Therefore, it - should not be downloaded. Wget should not visit the following link to a + should not be downloaded. Wget should not visit the following link to a fourth page.

@@ -139,9 +139,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-np", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();