aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2019-01-11sed: add test for AOSP build breakage.Elliott Hughes
2019-01-07Use `return` rather than `continue` to make bash 4.4 happy.Elliott Hughes
2018-12-19First stab at sort -VRob Landley
2018-12-19Fix sort -x attached to a key.Rob Landley
2018-12-19md5sum/sha1sum: add --status and --check, fix --check with multiple files.Elliott Hughes
2018-12-18Add grep tests to "make tests".Rob Landley
2018-12-17A couple more grep tests, and slightly use dlist_terminate() for the loops.Rob Landley
2018-12-06mktemp: just the missing tests.Elliott Hughes
2018-12-04mktemp: more tests, more fixes.Elliott Hughes
2018-12-04Also remove SORT_BIG from sort.test.Rob Landley
2018-12-02Teach testcmd to say short name rather than full path.Rob Landley
2018-12-02Merge runtest.sh into test.sh.Rob Landley
2018-12-01Stop testing the shell builtin, test the actual command.Rob Landley
2018-11-28mktemp: add -t and fix behavior.Elliott Hughes
2018-11-20Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.Rob Landley
2018-11-20Fix up some tests for running as a normal user.Rob Landley