<div dir="ltr">looks like this was caused <a href="https://github.com/landley/toybox/commit/92a7778fcf1e8196304bb138b6da6e1b599e1d8a" target="_blank">https://github.com/landley/toybox/commit/92a7778fcf1e8196304bb138b6da6e1b599e1d8a</a><div><br></div><div>github's CI tried to tell us when it was committed (<a href="https://github.com/landley/toybox/runs/7486812337?check_suite_focus=true" target="_blank">https://github.com/landley/toybox/runs/7486812337?check_suite_focus=true</a>) but because the mac tar tests were already failing, we couldn't see. oh, no --- the ubuntu failure was from my timeout.test fix; we're not even running the diff tests (or the skeleton tests, which is relevant in this case) in CI.</div><div><br></div><div>let me know whether you want to just revert the args.c change (in which case i'll keep trying to fix forward) or you're going to fix it (which might take a while, so i'll revert the recent AOSP sync that's causing problems)...</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 27, 2022 at 9:05 AM enh <<a href="mailto:enh@google.com" target="_blank">enh@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>trying to take the fix for killall, but it looks like diff is broken?</div><div><br></div>-- diff<br>/system/bin/sh: /data/local/tmp/toybox-tests/runtest.sh[231]: syntax error: unexpected operator/operand '=~'<br>PASS: diff unknown argument<br>PASS: diff missing<br>PASS: diff - -<br>PASS: diff simple<br>PASS: diff -r<br>PASS: diff --strip-trailing-cr off<br>PASS: diff --strip-trailing-cr on<br>PASS: diff line format<br>FAIL: diff line format empty<br>echo -ne '' | "/system/bin/diff" --unchanged-line-format= --old-line-format=D%l --new-line-format=A%l aa bb<br>--- expected      2022-07-27 15:42:10.739996975 +0000<br>+++ actual 2022-07-27 15:42:10.763996975 +0000<br>@@ -1 +1,2 @@<br>-D2A3<br>\ No newline at end of file<br>+--old-line-format=D12<br>+A3<br>\ No newline at end of file<br></div>
</blockquote></div>