seq has a test that uses timeout (which isn't available on macOS),
and sort had tests that used |& which is a modern bashism (which
isn't in macOS' old bash, and Android uses mksh rather than bash).

This doesn't fix the tar tests for macOS, so macOS CI will still
be broken, but that's a separate issue, and this will fix Android
CI.
---
 tests/seq.test  | 2 ++
 tests/sort.test | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

Attachment: 0001-Fix-the-seq-and-sort-tests-on-macOS-and-Android.patch
Description: Binary data

_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to