X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest--spider-r.px;h=a315d97491df450ab551bb9bdd333a2608cfb130;hp=7b8d460f107d1ee59784f7973e43241841102b59;hb=d3007f1b3a5d033babe40bc4c56a899eb3b10bfa;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b diff --git a/tests/Test--spider-r.px b/tests/Test--spider-r.px index 7b8d460f..a315d974 100755 --- a/tests/Test--spider-r.px +++ b/tests/Test--spider-r.px @@ -14,8 +14,8 @@ my $mainpage = <

- Some text and a link to a second page. - Also, a broken link. + Some text and a link to a second page. + Also, a broken link.

@@ -28,8 +28,8 @@ my $secondpage = <

- Some text and a link to a third page. - Also, a broken link. + Some text and a link to a third page. + Also, a broken link.

@@ -42,8 +42,8 @@ my $thirdpage = <

- Some text and a link to a text file. - Also, another broken link. + Some text and a link to a text file. + Also, another broken link.

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