Remove the cron binary from tests
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user