IIRC, we don’t specifically test for PATH-related changes, but if you’d like to test that locally, you can prepend to your existing PATH like this:
PATH="/foo/bar:$PATH" ./your_program.sh
IIRC, we don’t specifically test for PATH-related changes, but if you’d like to test that locally, you can prepend to your existing PATH like this:
PATH="/foo/bar:$PATH" ./your_program.sh