diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-12 15:40:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-12 15:40:22 +0200 |
commit | f63038ee6c7589d15dd723e932e3ca82fd64897c (patch) | |
tree | 4052d4152f95d0689921bd4e158d70a061158270 /tests | |
parent | d7b088caeb6b596ab8a6d9e42b14507faf1cb928 (diff) | |
download | curl-bagder/glob-errors.tar.gz |
fixup test75bagder/glob-errors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test75 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/test75 b/tests/data/test75 index d8836b95e..115963dfa 100644 --- a/tests/data/test75 +++ b/tests/data/test75 @@ -44,7 +44,9 @@ perl %SRCDIR/libtest/test75.pl http://%HOSTIP:%HTTPPORT/ 22 3 </errorcode> <stdout mode="text"> -curl: (3) [globbing] bad range in column 47 +curl: (3) bad range in URL position 47: +http://a-site-never-accessed.example.org/[2-1] + ^ </stdout> </verify> </testcase> |