[Toybox] [PATCH] Fix the seq and sort tests on macOS and Android.

enh enh at google.com
Tue Aug 23 15:57:23 PDT 2022


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(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20220823/fb5a3465/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-the-seq-and-sort-tests-on-macOS-and-Android.patch
Type: application/octet-stream
Size: 1927 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20220823/fb5a3465/attachment.obj>


More information about the Toybox mailing list