]> sjero.net Git - wget/commitdiff
[svn] Fixed wrong expected behaviour in Test4.px.
authormtortonesi <devnull@localhost>
Fri, 14 Jul 2006 13:20:42 +0000 (06:20 -0700)
committermtortonesi <devnull@localhost>
Fri, 14 Jul 2006 13:20:42 +0000 (06:20 -0700)
tests/ChangeLog
tests/Test4.px

index 4bc0da93f4717f673df1d4f92c990ebf02a20de5..ae14e4973c58c30d217eae5a3217be63984b6631 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Test4.px: Fixed wrong expected behaviour.
+
 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * Test9.px: Added test for --restrict-file-names=lowercase option.
index 60a4fd83718d0e4e78267b800229239a0b746dff..d0bc67c1838b698ef72bee13188b400369d8c864 100755 (executable)
@@ -25,9 +25,12 @@ my %urls = (
 
 my $cmdline = "wget --quiet -O out http://localhost:8080/nonexistent";
 
-my $expected_error_code = 11;
+my $expected_error_code = 256;
 
 my %expected_downloaded_files = (
+    'out' => {
+        content => "",
+    }
 );
 
 ###############################################################################