Remove the cron binary from tests

This commit is contained in:
flow.gunso
2020-01-06 18:37:41 +01:00
parent 87c40f3f95
commit fc271c8722

View File

@@ -17,7 +17,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
failures=() failures=()
binaries=(seaf-cli cron oathtool) binaries=(seaf-cli oathtool)
for binary in "${binaries[@]}"; do for binary in "${binaries[@]}"; do
if ! [ -x "$(command -v $binary)" ]; then if ! [ -x "$(command -v $binary)" ]; then