diff options
author | Elliott Hughes <enh@google.com> | 2019-07-18 15:52:55 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-07-22 14:37:38 -0500 |
commit | 43d398ad5d7b14fb344fc2e5338177761b9a199a (patch) | |
tree | 2f9c761aa4a45cf2f81ac42121cac2b251386e7a /toys/net/netcat.c | |
parent | 140e246404efbd9c9b380c55019e7f8f1871039d (diff) | |
download | toybox-43d398ad5d7b14fb344fc2e5338177761b9a199a.tar.gz |
test.tar: fix tar tests on Android.
There's no /etc/group on Android.
Loop devices are in different places, but that test doesn't seem to
offer anything beyond the block/char special device tests later, so
remove that rather than fix it.
Fix the block/char special tests (the expectations were missing, but
they're never normally run on the host because the mknod fails).
Likewise add the missing expectation to the "ownership" test, which
isn't normally run on the host because the chown fails.
The "sparse without overflow" test was broken because of the mksh/bash
disagreement about whether in `VAR=val shell_function` that's a
temporary assignment to VAR or one that outlives the command. Switch SUM
to being a function like LST before it. Also rewrite the TARHD stuff
because Android (a) doesn't have hd and (b) doesn't have process
substitution in its shell. (I wish I'd noticed TARHD earlier --- I'd
been manually sending the tar files to xxd for debugging instead!)
With this patch, all the tar tests now pass for me on both the device
and host.
Diffstat (limited to 'toys/net/netcat.c')
0 files changed, 0 insertions, 0 deletions