<div dir="ltr">Change 5109da9b3e6a898c8e0ad647303a1b375e3d97d3 caused test.test to call<br>chmod with mode `u+s+s` which passes on the host (where you have a<br>toybox test but a GNU chmod) but fails on Android where chmod is toybox<br>too.<br><br>Add the missing loop to string_to_mode(), which means this will also<br>affect other toys, but that seems like a feature (and, for example, GNU<br>mkdir also accepts a mode like `a=r+w+x`).<br>---<br> lib/lib.c        | 76 +++++++++++++++++++++++++-----------------------<br> tests/chmod.test |  1 +<br> 2 files changed, 41 insertions(+), 36 deletions(-)<br></div>