aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-05-17Fix a missing else, and an inverted test hidden by the missing else.Rob Landley
2019-05-16Add human_readable_long() for more than 3 digits of output.Rob Landley
2019-05-12Disable lsattr from "make tests" because behavior differs with filesystem.Rob Landley
2019-05-10Walk -M /dir:/dir0:/dirN in man.makepost
2019-05-06Greatly simplify and speed up regexec0() using REG_STARTEND.Rob Landley
2019-05-03env: fix case where a variable is replaced.Elliott Hughes
2019-04-30Make echo -E switch off -e.Rob Landley
2019-04-30echo: add -E.Elliott Hughes
2019-04-29Search name and first line with man -k regex.makepost
2019-04-26Add -M and switch test suite to use it (so test doesn't need to run as root).Rob Landley
2019-04-26more: better behavior with directories.Elliott Hughes
2019-04-26file: improve test coverage.Elliott Hughes
2019-04-26file: add test ELF binaries.Elliott Hughes
2019-04-22More TEST_HOST -> toyonlyRob Landley
2019-04-22Switch some SKIP_HOST tests to toyonly. (The host could be toybox.)Rob Landley
2019-04-20Implement man.makepost@firemail.cc
2019-04-20New xsetenv() plumbing (repeatedly set same environment variables withoutRob Landley
2019-04-04Add decompressed version.Rob Landley
2019-04-03More tar tests, and fix tar to pass them.Rob Landley
2019-04-02More tar cleanup, more tests.Rob Landley
2019-04-02Fix a test that wasn't deterministic.Rob Landley
2019-04-02Don't check in todo notes.Rob Landley
2019-04-02More tar cleanup and tests.Rob Landley
2019-04-01More tar cleanup.Rob Landley
2019-03-31More tar cleanup, some tests.Rob Landley
2019-03-28bc: add a trivial regression test for input from stdin.Elliott Hughes
2019-03-26Make touch use xparsedate() (result: -t and -d the same, autodetects format),Rob Landley
2019-03-25Add rm -v.makepost@firemail.cc
2019-03-25find: fix inverted -exec exit statusVidar Holen
2019-03-22More tar cleanup, add --owner and --group, and start of new tests.Rob Landley
2019-03-18cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL.Elliott Hughes
2019-03-18diff: use TOYFLAG_ARGFAIL.Elliott Hughes
2019-03-14I had some pending grep tests I hadn't checked in too.Rob Landley
2019-03-14grep: use TOYFLAG_ARGFAIL for grep too.Elliott Hughes
2019-03-14date: don't hard-code 2019 in the test.Elliott Hughes
2019-03-13date: fix various time zone/daylight time issues.Elliott Hughes
2019-03-11I've hit a test failure twice where find -newer didn't because the timestampsRob Landley
2019-03-10timeout: --foreground, --preserve-status, and --signal.Elliott Hughes
2019-02-21getfattr: add --only-values.Elliott Hughes
2019-02-13find: fix -path/-ipath and add -wholename/-iwholename synonyms.Elliott Hughes
2019-02-13date: more test cleanup.Elliott Hughes
2019-02-13sed: fix endless loop in "b loop" test.Elliott Hughes
2019-02-12sed: fix substitution of empty capturing groups.Elliott Hughes
2019-02-11date: some fixes.Elliott Hughes
2019-02-04sort -o: fix behavior when output file is one of the input files.Elliott Hughes
2019-02-04unzip tests.Elliott Hughes
2019-01-18xargs: make --help match reality.Elliott Hughes
2019-01-12Fix cp permissions when copying symlink contents, and add test.Rob Landley
2019-01-12sed: add -z.Elliott Hughes
2019-01-11Fix b ending with }Rob Landley