X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-np.px;h=28d13eeced2d7d69f58b7362583197d8996c8756;hp=8a14b32d19b0518367b8368b116f9b90203af89b;hb=f0f56db5cb517a44199b3c9819240c8b0a39b4cd;hpb=484ba18aa724d1b502c886e94345016e45886ed6 diff --git a/tests/Test-np.px b/tests/Test-np.px index 8a14b32d..28d13eec 100755 --- a/tests/Test-np.px +++ b/tests/Test-np.px @@ -14,7 +14,7 @@ my $mainpage = <

- Some text and a link to a second page. + Some text and a link to a second page.

@@ -27,7 +27,7 @@ my $secondpage = <

- Some text and a link to a third page. + Some text and a link to a third page.

@@ -40,7 +40,7 @@ my $thirdpage = <

- Some text and a link to a higher level page. + Some text and a link to a higher level page.

@@ -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 - fourth page. + fourth page.

@@ -119,7 +119,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -np -nH -r http://localhost:8080/firstlevel/"; +my $cmdline = $WgetTest::WGETPATH . " -np -nH -r http://localhost:{{port}}/firstlevel/"; my $expected_error_code = 0;