<div dir="ltr">seq has a test that uses timeout (which isn't available on macOS),<br>and sort had tests that used |& which is a modern bashism (which<br>isn't in macOS' old bash, and Android uses mksh rather than bash).<br><br>This doesn't fix the tar tests for macOS, so macOS CI will still<br>be broken, but that's a separate issue, and this will fix Android<br>CI.<br>---<br> tests/seq.test  | 2 ++<br> tests/sort.test | 4 ++--<br> 2 files changed, 4 insertions(+), 2 deletions(-)<br><br></div>