From 14049ee7c5880b9e33a3e295d19ed6b36edab567 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 23 Feb 2024 17:59:10 +0300 Subject: Allow nullfd input for HTTP POST method in curl class constructor --- tests/curl/testscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/curl/testscript') diff --git a/tests/curl/testscript b/tests/curl/testscript index 453c09a..d26a39c 100644 --- a/tests/curl/testscript +++ b/tests/curl/testscript @@ -52,5 +52,8 @@ sudo /usr/sbin/in.tftpd \ curl -s -S --fail --location --data-binary @- https://build2.org/bogus %curl: \(22\) The requested URL returned error: 404( Not Found)?% + + curl -s -S --fail --location https://build2.org/bogus + %curl: \(22\) The requested URL returned error: 404( Not Found)?% EOE } -- cgit v1.1