Collin Funk wrote: > > LD_LIBRARY_PATH (used in ELF systems) > > LD_32_LIBRARY_PATH (used in FreeBSD) > > DYLD_LIBRARY_PATH (used in macOS) > > LIBPATH (used in AIX, OS/2) > > PATH (only on Windows) > > Makes sense to me, thanks for the explanation. > > I pushed the attached patch which skips the test if those, other than > PATH, are set.
I confirm that with this patch, on OpenBSD 7.6, all tests pass. Thanks! Bruno