From fc271c87225a9b77eea20b9ce25a29fec2a279a4 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 6 Jan 2020 18:37:41 +0100 Subject: [PATCH] Remove the cron binary from tests --- tests/test_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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