From ee830d733e82401d90444309d0e836d810668fe0 Mon Sep 17 00:00:00 2001 From: Lars Wendler 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 --- 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 + + * tests/Test--post-file.px: Test fails when wget is compiled without + debugging support. + 2013-11-04 Darshit Shah * 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