Change #264985
| Category | None |
| Changed by | Dag-Erling Smørgrav <des@des.dev> |
| Changed at | Mon 20 Apr 2026 00:44:21 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 759f2e5d97a70c7295e5c2256018cfcb1f8900e9 |
Comments
tests: avoid infinite recursion for `make check` The combination of a misspelled directory name and failing to check the result of cd leads to infinite recursion as `make check` simply invokes itself over and over. Follow-up to 00887aee8ca0efe0b40fa41b2a36e2d853d49b57 #18079 Closes #21378
Changed files
- tests/http/Makefile.am