Test--post-file.px fails when wget is compiled without debugging support. Signed-off-by: Lars Wendler <[email protected]> --- 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
