Loading
test: avoid bash wrapper in sfind integration test
Run sfind and ls directly with the required environment instead of wrapping commands in bash -c. This prevents double preloading of bash and sfind, which can cause shell teardown crashes after successful sfind runs. Also count matching ls output lines in Python and remove the unused shlex import.