mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
runtests: accept CURL_DIRSUFFIX without ending slash
Follow-up to 3585796049 #16452
Closes #16506
This commit is contained in:
parent
59f4727480
commit
cba83bfb10
4 changed files with 20 additions and 7 deletions
|
|
@ -147,7 +147,7 @@ fi
|
|||
|
||||
if [ "${TFLAGS}" != 'skipall' ] && \
|
||||
[ "${TFLAGS}" != 'skiprun' ]; then
|
||||
export CURL_DIRSUFFIX="${PRJ_CFG}/"
|
||||
export CURL_DIRSUFFIX="${PRJ_CFG}"
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
elif [ -x "$(cygpath 'C:/msys64/usr/bin/curl.exe')" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue