Skip to content

lib678: fix to not be perma-skipped#21641

Closed
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:lib678fix
Closed

lib678: fix to not be perma-skipped#21641
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:lib678fix

Conversation

@vszakats
Copy link
Copy Markdown
Member

@vszakats vszakats commented May 16, 2026

Prior to this patch the test was always skipped due to failing precheck
with CURLE_BAD_FUNCTION_ARGUMENT, because of the zero-length blob
passed to setopt. Fix by passing a non-zero long dummy blob as done in
mk-lib1521.pl.

Fixing:

test 0678 SKIPPED: CURLOPT_CAINFO_BLOB is not supported

Follow-up to 956e1ae #20705

Prior to this patch the test was always skipped due to failing precheck
with `CURLE_BAD_FUNCTION_ARGUMENT`, because of the zero-length blob
passed to setopt. Fix by passing a non-zero long dummy blob as in
`mk-lib1521.pl`.

Follow-up to 956e1ae curl#20705
@vszakats vszakats closed this in 535c575 May 16, 2026
@vszakats vszakats deleted the lib678fix branch May 16, 2026 09:57
outcast36 pushed a commit to greearb/curl that referenced this pull request Jun 3, 2026
Prior to this patch the test was always skipped due to failing precheck
with `CURLE_BAD_FUNCTION_ARGUMENT`, because of the zero-length blob
passed to setopt. Fix by passing a non-zero long dummy blob as done in
`mk-lib1521.pl`.

Fixing:
```
test 0678 SKIPPED: CURLOPT_CAINFO_BLOB is not supported
```

Follow-up to 956e1ae curl#20705

Closes curl#21641
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant