From: Micah Cowan Date: Sat, 31 May 2008 19:48:23 +0000 (-0700) Subject: Catch failures in Test-N-current.px. X-Git-Tag: v1.13~421^2~12^2~7^2~5 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0273ca4988992ec12f0aa399466da5bbe2bebbe9 Catch failures in Test-N-current.px. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 2f65fd34..3a6b8052 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2008-05-31 Micah Cowan + + * Test-N-current.px: Ensure we catch failures. + 2008-05-23 Micah Cowan * Test--spider.px: Make test expect 0 return code. diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index 47003c7e..16086ae8 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.px @@ -15,6 +15,11 @@ my $currentversion = < { @@ -24,7 +29,7 @@ my %urls = ( "Content-type" => "text/plain", "Last-Modified" => "Sat, 09 Oct 2004 08:30:00 GMT", }, - content => $currentversion, + content => $modifiedversion, }, );