6 Commits

Author SHA1 Message Date
Rob Landley
8de3613e43 Checking for specific error messages makes TEST_HOST unreliable. 2020-05-13 01:25:54 -05:00
Rob Landley
f3020389bb Don't use an internal implementation detail of skipnot in a test file. 2019-11-23 09:32:19 -06:00
Elliott Hughes
b2ace09381 cat.test: fix tests for Mac.
/proc/self/exe doesn't exist, but $C already gives us the path to
the binary. /dev/full doesn't have any equivalent afaik, so skip
that test if /dev/full is missing.
2019-11-23 09:31:43 -06:00
Rob Landley
336c44adca Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
Rob Landley
e5e286bf3c Fix broken test in cat.test.
"cat /proc/self/exe && cmp /proc/self/exe" won't see the same file if cat
and cmp aren't both in a toybox multiplexer binary, so snapshot and pick one.
2016-01-31 15:30:48 -06:00
Rob Landley
387edf547e Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. 2014-09-20 13:09:14 -05:00