diff -r 4bf47ea3fc64 -r bc40111b8acb test/configure --- a/test/configure Fri Jan 19 21:03:34 2024 +0100 +++ b/test/configure Fri Jan 19 21:10:03 2024 +0100 @@ -165,6 +165,9 @@ if [ "$OS" = "FreeBSD" ]; then PLATFORM="freebsd bsd unix" fi +if [ "$OS" = "OpenBSD" ]; then + PLATFORM="openbsd bsd unix" +fi if [ "$OS" = "Darwin" ]; then PLATFORM="macos osx bsd unix" fi