jasper-software / jasper

Official Repository for the JasPer Image Coding Toolkit
http://www.ece.uvic.ca/~mdadams/jasper
Other
223 stars 101 forks source link

test: run_test_3: drop use of `which` #369

Closed thesamesam closed 8 months ago

thesamesam commented 8 months ago

which is non-portable (not part of POSIX) and distributions like Debian and Gentoo are looking to remove it from their base set of packages.

Switch to type -P instead given test/bin/run_test_3 already has a Bash shebang.