diff options
author | Brad King <brad.king@kitware.com> | 2024-07-29 15:12:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-07-29 15:12:33 (GMT) |
commit | 5f38057728c1e8af24d5772e0220da54a05d8d57 (patch) | |
tree | 27a9d97bce8427b053d655465d306a971d49f6f2 | |
parent | 928571f3c25637ed7d38fb100b3966ce1e2ab51f (diff) | |
parent | 13fb20f4d3bfd3b5d23a6a7b789a3cca682f26dc (diff) | |
download | CMake-5f38057728c1e8af24d5772e0220da54a05d8d57.zip CMake-5f38057728c1e8af24d5772e0220da54a05d8d57.tar.gz CMake-5f38057728c1e8af24d5772e0220da54a05d8d57.tar.bz2 |
Merge topic 'backport-test-curl-output' into release-3.29
13fb20f4d3 Tests/RunCMake/file-DOWNLOAD: Update bad host name message for curl 8.9
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9690
-rw-r--r-- | Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt b/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt index 12278e0..4aa7e93 100644 --- a/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt +++ b/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt @@ -1 +1 @@ --- status='6;"Couldn't resolve host name"' +-- status='6;"(Could not resolve hostname|Couldn't resolve host name)"' |