diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/curl/testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/curl/testscript b/tests/curl/testscript index 3da2306..453c09a 100644 --- a/tests/curl/testscript +++ b/tests/curl/testscript @@ -43,14 +43,14 @@ sudo /usr/sbin/in.tftpd \ : http : { - $* 'http' 2>>EOE + $* 'http' 2>>~%EOE% curl -s -S --fail --location https://build2.org/bogus - curl: (22) The requested URL returned error: 404 Not Found + %curl: \(22\) The requested URL returned error: 404( Not Found)?% curl -s -S --fail --location https://build2.org curl -s -S --fail --location --data-binary @- https://build2.org/bogus - curl: (22) The requested URL returned error: 404 Not Found + %curl: \(22\) The requested URL returned error: 404( Not Found)?% EOE } |