runtests: accept CURL_DIRSUFFIX without ending slash

Follow-up to 3585796049 #16452
Closes #16506
This commit is contained in:
Viktor Szakats 2025-02-27 02:38:07 +01:00
parent 59f4727480
commit cba83bfb10
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 20 additions and 7 deletions

View file

@ -907,7 +907,7 @@ jobs:
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
timeout-minutes: 10
run: |
export CURL_DIRSUFFIX='${{ matrix.type }}/'
export CURL_DIRSUFFIX='${{ matrix.type }}'
export TFLAGS='-j8 ~WebSockets ~SCP ~612 ${{ matrix.tflags }}'
if [[ '${{ matrix.install }}' = *'libssh2[core,zlib]'* ]]; then
TFLAGS+=' ~SFTP'