diff --git a/run_tests b/run_tests index 670b438..162c248 100755 --- a/run_tests +++ b/run_tests @@ -4,7 +4,7 @@ check_redis_running() { return $? } -if which -s rg; then +if command -v rg >/dev/null; then safe_rg=rg else # Fall back for systems that don't have rg installed