aboutsummaryrefslogtreecommitdiff
path: root/tests/curl/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/curl/testscript')
-rw-r--r--tests/curl/testscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/curl/testscript b/tests/curl/testscript
index 5818d1a..d2056cd 100644
--- a/tests/curl/testscript
+++ b/tests/curl/testscript
@@ -55,7 +55,10 @@ sudo /usr/sbin/in.tftpd \
curl -sS --location --data-binary @- https://build2.org/bogus
- curl -sS --fail --location https://build2.org/bogus
+ curl -sS --fail --location --data-raw "" --verbose https://build2.org/bogus
+ %.*
+ %> POST /bogus HTTP.+%
+ %.*
%curl: \(22\) The requested URL returned error: 404( Not Found)?%
EOE
}