On Thu, 23 Jan 2014 18:56:06 +0530 Darshit Shah wrote:

>@Lars: It would be great if you could kindly generate a patch file with
>`git format-patch` and also add a ChangeLog entry along with it.
>

My previous patch was generated by "git format-patch" and then sent
to the list with "git send-email".
Please find attached another "git format-patch" generated patch this
time with a ChangeLog entry as well. I hope I did everything correct
this time.

Kind regards
-- 
Lars Wendler
Gentoo package maintainer
GPG: 4DD8 C47C CDFA 5295 E1A6 3FC8 F696 74AB 981C A6FC
From ee830d733e82401d90444309d0e836d810668fe0 Mon Sep 17 00:00:00 2001
From: Lars Wendler <[email protected]>
Date: Thu, 23 Jan 2014 14:58:40 +0100
Subject: [PATCH] Don't use --debug in Test--post-file.px

Signed-off-by: Lars Wendler <[email protected]>
---
 tests/ChangeLog          | 5 +++++
 tests/Test--post-file.px | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/ChangeLog b/tests/ChangeLog
index a873f7e..ae2dcd3 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-23  Lars Wendler  <[email protected]>
+
+	* tests/Test--post-file.px: Test fails when wget is compiled without
+	  debugging support.
+
 2013-11-04  Darshit Shah  <[email protected]>
 
 	* Makefile.am: Add new tests introduced in last commit to
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

Attachment: signature.asc
Description: PGP signature

Reply via email to