From 5e03c718f4e7ff13cb6834eda737c269ebed02ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:04:52 +0200 Subject: Adding upstream version 1.21.3. Signed-off-by: Daniel Baumann --- tests/Test--post-file.px | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 tests/Test--post-file.px (limited to 'tests/Test--post-file.px') diff --git a/tests/Test--post-file.px b/tests/Test--post-file.px new file mode 100755 index 0000000..9c866b6 --- /dev/null +++ b/tests/Test--post-file.px @@ -0,0 +1,22 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +use HTTPTest; + + +############################################################################### + +my $cmdline = $WgetTest::WGETPATH . " --post-file=nofile http://localhost:{{port}}/"; + +my $expected_error_code = 3; + + +############################################################################### + +my $the_test = HTTPTest->new (cmdline => $cmdline, + errcode => $expected_error_code); +exit $the_test->run(); + +# vim: et ts=4 sw=4 -- cgit v1.2.3