You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And a LoadLibrary() off-course fails. Since when are absolute paths on Windows not allowed to start with a /?
So with this little patch, all test succeeds:
I was a bit hasty. Perhaps related; with a set TMPDIR=c:/temp, test-transport.exe and test-proxy.exe fails:
1..44
# couldn't create temp directory: c:/temp\p11-test-transport.cBQArf: No such file or directory
Assertion failed: false && "this code should not be reached", file common/test.c, line 458
I've build this p11-kit for MSVC and clang-cl (on Win-10). But some tests aborts on an
absolute module path which this library claims is relative:
(built with
-DWITH_DEBUG
)And a
LoadLibrary()
off-course fails. Since when are absolute paths on Windows not allowed to start with a/
?So with this little patch, all test succeeds:
The text was updated successfully, but these errors were encountered: