aboutsummaryrefslogtreecommitdiff
path: root/tests/curl/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/curl/testscript')
-rw-r--r--tests/curl/testscript3
1 files changed, 3 insertions, 0 deletions
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
}