diff --git a/tests/test_binaries.sh b/tests/test_binaries.sh index 92fb6df..0c2a0cb 100644 --- a/tests/test_binaries.sh +++ b/tests/test_binaries.sh @@ -17,7 +17,7 @@ # along with this program. If not, see . failures=() -binaries=(seaf-cli cron oathtool) +binaries=(seaf-cli oathtool) for binary in "${binaries[@]}"; do if ! [ -x "$(command -v $binary)" ]; then