]> sjero.net Git - wget/commitdiff
Don't use --debug in Test--post-file.px
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 23 Jan 2014 07:30:07 +0000 (08:30 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 27 Jan 2014 22:33:08 +0000 (23:33 +0100)
Test--post-file.px fails when wget is compiled without debugging support.

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
tests/ChangeLog
tests/Test--post-file.px

index a873f7e8f0b23a29fe44fb59e5dda7a913fea16b..673016916bbe3c5eeb63f3b4175a44bf53f7c56c 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-23  Lars Wendler  <polynomial-c@gentoo.org> (tiny change)
+
+       * Test--post-file.px: Do not fail when wget has no debug support.
+
 2013-11-04  Darshit Shah  <darnir@gmail.com>
 
        * Makefile.am: Add new tests introduced in last commit to
index 1c017b7277a604efb742076d322e5748d777a5b3..1212af608820b5a744b069e83f9f7e20dfdbaf0c 100755 (executable)
@@ -8,7 +8,7 @@ use HTTPTest;
 
 ###############################################################################
 
-my $cmdline = $WgetTest::WGETPATH . " -d --post-file=nofile http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --post-file=nofile http://localhost:{{port}}/";
 
 my $expected_error_code = 3;