bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] Don't use --debug in Test--post-file.px


From: Lars Wendler
Subject: [Bug-wget] [PATCH] Don't use --debug in Test--post-file.px
Date: Thu, 23 Jan 2014 08:30:07 +0100

Test--post-file.px fails when wget is compiled without debugging support.

Signed-off-by: Lars Wendler <address@hidden>
---
 tests/Test--post-file.px | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Test--post-file.px b/tests/Test--post-file.px
index 1c017b7..1212af6 100755
--- a/tests/Test--post-file.px
+++ b/tests/Test--post-file.px
@@ -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;
 
-- 
1.8.5.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]