5f70cbd5
by Allan McRae at 2025-08-05T15:43:52+10:00
Adjust PATH_MAX length tests using snprintf
The return value for snprintf does not include the null delimiter.
So tests for path length should use use '>= PATH_MAX'.
Signed-off-by: Allan McRae <allan@archlinux.org>