aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-07-06Add comment and test.Rob Landley
2019-07-03nl: nl -vEric Molitor
2019-06-28modinfo: various small fixes.Elliott Hughes
2019-06-28split.test: don't rely on bash process substitution.Elliott Hughes
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-27touch.test: add missing `TZ=utc`s.Elliott Hughes
2019-06-26losetup: fix Android.Elliott Hughes
2019-06-26Fix cp.test to pass even if you're root or have a restrictive umask.Elliott Hughes
2019-06-25killall.test: don't assume the shell is /bin/sh.Elliott Hughes
2019-06-25Make chgrp and chown tests work on Android.Elliott Hughes
2019-06-25blkid: adapt tests for util-linux blkid.Elliott Hughes
2019-06-25losetup: minor fixes.Elliott Hughes
2019-06-25tar: implement --mode.Elliott Hughes
2019-06-22Don't test shell builtin for kill.Rob Landley
2019-06-22Fix mv with trailing slash in source.Denys Nykula
2019-06-21bc: remove a power test that is now an errorGavin Howard
2019-06-21Fix cp -r dir/. symlink child.makepost
2019-06-11find: add -true/-false.Elliott Hughes
2019-06-10kill: add trivial -l tests.Elliott Hughes
2019-06-10Add failing test for cp -r dir/. symlink child.makepost
2019-06-03Clean up remaining TAIL_SEEK references.Elliott Hughes
2019-05-29Teach find -printf about %.Ns patterns, tweak help text, add tests.Rob Landley
2019-05-28Workaround for mkshRob Landley
2019-05-26Teach sed about +N range ending.Rob Landley
2019-05-25grep: add --exclude-dir.Elliott Hughes
2019-05-19Fix tar sparse extract with extension blocks.Rob Landley
2019-05-19More tar tests.Rob Landley
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