Skip to content

tests: remove Bash dependency in favor of `sh`

triallax requested to merge triallax/libfprint:remove-bash-dep into master

The script works just fine with sh.

Also replace nonstandard test operator == with the standard =.

The other changes are mostly cosmetic.

Merge request reports