tests/cts/README: Suggest to checkout curl-7_85_0
authorFabian Keil <fk@fabiankeil.de>
Sun, 12 Jan 2025 15:14:46 +0000 (16:14 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 12 Jan 2025 15:52:17 +0000 (16:52 +0100)
A curl checkout at 073268a6de3 fails to configure when using
autoreconf 2.72:

| checking curl version... 7.85.0-DEV
| ./configure: 6904: Syntax error: ";;" unexpected (expecting "fi")

As Roland noticed this was fixed by curl commit a8f52ce225cc.

tests/cts/README

index 831f37a..3b57a1b 100644 (file)
@@ -10,7 +10,7 @@ Privoxy sources do:
  git clone https://github.com/curl/curl.git
 
  cd curl
- git checkout -b before-cts-regressions 073268a6de3
+ git checkout -b cts-compatible-with-privoxy-tests curl-7_85_0
 
  # Build curl as described in GIT-INFO. Note that the configure
  # call needs to explicitly choose a TLS library. For example