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
gotcha, thanks for pointing me in the right direction! Indeed this was the problem - I actually had crypt support enabled, but only for strong hashing functions, so with DES and MD5 hashing disabled.
I guess it would be nice to detect this in the test, but indeed I don't see an obvious way how.
Yep, detection problem is why crypt tests are only skipped for win32, where libcrypt is used to be absent.
All other platforms we use to run tests do have libcrypt.
When testing against
nginx-1.26.2
on NixOS,./auth_basic.t
fails:Is that somehow expected or something to look into?
The text was updated successfully, but these errors were encountered: