On Mon, Jun 27, 2022 at 09:44:45PM +0800, Kent Gibson wrote: > Rework the tools tests and expand to cover new functionality. > Just reaslised the tests don't cover the symlink behaviour. The expected behaviour is: For bare gpiodetect and gpioinfo, symlinks in /dev are filtered out - only actual devices are listed. For all commands the --chip option will accept a path which is a symlink that resolves to an actual device. The symlink itself need not be in /dev. I'll extend the tests to cover that behaviour for the next patch version. Cheers, Kent.