mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Don't use --debug in Test--post-file.px
Test--post-file.px fails when wget is compiled without debugging support. Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
parent
b9e5c3e8b3
commit
593b59c697
@ -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>
|
2013-11-04 Darshit Shah <darnir@gmail.com>
|
||||||
|
|
||||||
* Makefile.am: Add new tests introduced in last commit to
|
* Makefile.am: Add new tests introduced in last commit to
|
||||||
|
@ -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;
|
my $expected_error_code = 3;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user