1. 7f2b0ce Redo/add seq precision logic. by Rob Landley · 7 years ago
  2. 5f6850f Tighten up wc -m tests (which no longer depend on $LANG). by Rob Landley · 7 years ago
  3. 709a442 Fix iconv build and add trivial test. by Elliott Hughes · 7 years ago
  4. 94a8981 Don't unnecessarily use printf in wc.test when echo will do. by Elliott Hughes · 7 years ago
  5. 1055955 Test that our rm -rf can zap chmod 000 directories. (Skip test on host by Rob Landley · 7 years ago
  6. cd64fbd Add basic env.test by Rob Landley · 7 years ago
  7. 61d0115 Posix says strings should only output hits that end with NUL or newline. by Rob Landley · 7 years ago
  8. 1ae3703 strings -t oxd tests by Ilya Kuzmich · 7 years ago
  9. 7450ecd Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex values by Rob Landley · 7 years ago
  10. 24dfc14 strings tests and bugfixes by Ilya Kuzmich · 7 years ago
  11. 77997b8 teach head -c by Ilya Kuzmich · 7 years ago
  12. 1abba7d teach head -v and -q by Ilya Kuzmich · 7 years ago
  13. 83b3531 Add bzip2 support to tar. by Elliott Hughes · 7 years ago
  14. d852ec1 Implement date %N, loosely inspired by Elliott Hughes's patch. by Rob Landley · 7 years ago
  15. aa1a5d2 Switch to testcmd and add "-e all but \c" test. by Rob Landley · 7 years ago
  16. 0a55883 Make fewer assumptions about the shell in echo.test. by Elliott Hughes · 7 years ago
  17. 083c9bc Elliott wants to run the toybox tests on android host and there's an sh but by Rob Landley · 7 years ago
  18. 2d06767 Forgot to check in one of the files for bzcat.test by Rob Landley · 7 years ago
  19. 8d826bf Use $(( rather than $[ for arithmetic in expand.test. by Elliott Hughes · 8 years ago
  20. 151ac30 Make ls.test work without awk. by Elliott Hughes · 8 years ago
  21. 060a9f3 Speed up tail.test for shells without builtin printf. by Elliott Hughes · 8 years ago
  22. a9c20a4 Fix "make test_split". by Elliott Hughes · 8 years ago
  23. 36b6eb7 Fix touch -a/-m (and add the missing tests). by Elliott Hughes · 8 years ago
  24. 0956d16 Add "uudecode -o -" support. by Elliott Hughes · 8 years ago
  25. a0d0af0 Make renice.test work without awk. by Elliott Hughes · 8 years ago
  26. 2f6c9e8 Remove mount.test awk dependency. by Elliott Hughes · 8 years ago
  27. fc0385f Make pgrep tests runnable on toybox-only systems. by Elliott Hughes · 8 years ago
  28. 92ca5af Make pkill tests runnable on a toybox-only system. by Elliott Hughes · 8 years ago
  29. f966da9 Make bzcat tests runnable on a toybox-only system. by Elliott Hughes · 8 years ago
  30. 216e4da Add "testcmd" function as an alternative to "testing" for tests/*.test, and by Rob Landley · 8 years ago
  31. a456c2f Fix ls -a and ls -A tests. by Elliott Hughes · 8 years ago
  32. c7ed874 New date range tests are simple, won't catch Feb 29 in non-leap-year by Rob Landley · 8 years ago
  33. 1ac63ac Implement uptime -s. by Elliott Hughes · 8 years ago
  34. 47d07dc Paste bugfix, more tests. by Rob Landley · 8 years ago
  35. 2ba9c41 Rewrite paste so it actually works. by Rob Landley · 8 years ago
  36. 354a637 More pending shell tests. by Rob Landley · 8 years ago
  37. 17ba065 Add test for last sort commit. by Rob Landley · 8 years ago
  38. 9c0ad32 Add special "touch -" behavior and require an argument. by Rob Landley · 8 years ago
  39. 354ff68 More touch tests, and a fix found by one. (The three -t formats can only by Rob Landley · 8 years ago
  40. 54e8313 Add a printf test that shows a bug. by Rob Landley · 8 years ago
  41. 9f3d8aa Unify touch -t and -d handling, allow posix's underspecified "time designator" by Rob Landley · 8 years ago
  42. 64cbbab A few more sed tests. by Rob Landley · 8 years ago
  43. 493dc57 Add -h and -L to file. by Elliott Hughes · 8 years ago
  44. 337c072 Teach sed s/// how to handle [:space:] type sequences. by Rob Landley · 8 years ago
  45. 19394fa Fluff up cmp tests. by Rob Landley · 8 years ago
  46. 5b360d8 Inline setup_inout(), test ftruncate() return value, move gettimeofday() before by Rob Landley · 8 years ago
  47. 12adb41 Many failing tests I need to fix grep to pass while adding --color. by Rob Landley · 8 years ago
  48. c7f0d6c Common test infrastructure says command name, don't have sed.tests say 'sed sed' by Rob Landley · 8 years ago
  49. bd471f6 Add getfattr(1) and setfattr(1). by Elliott Hughes · 8 years ago
  50. c06ed8d Add -c to md5sum and sha1sum. by Rob Landley · 8 years ago
  51. d5088a0 dd improvements. by Elliott Hughes · 8 years ago
  52. 008fb64 Fix typo in chattr test. by Elliott Hughes · 8 years ago
  53. ff0e8cb Implement xxd -s. by Elliott Hughes · 8 years ago
  54. fd78cb4 Fix chattr and date tests. by Rob Landley · 8 years ago
  55. bf950cd Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix by Rob Landley · 8 years ago
  56. 20f67f1 Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. by Rob Landley · 8 years ago
  57. 5d26197 Basic success/failure return from pgrep/pkill. by Elliott Hughes · 8 years ago
  58. e2ea4fc Fix remaining pkill tests. by Elliott Hughes · 8 years ago
  59. 60da2d0 "top -b -n1" should end with a newline. by Elliott Hughes · 8 years ago
  60. 442c185 Fix find bug reported by Tom Marshall, add test for it, and while we're at it by Rob Landley · 8 years ago
  61. 675b5dc Add the non-tty more(1) test. by Elliott Hughes · 8 years ago
  62. 14ca871 Remove inappropriate bzip tests (we're not comparing with random "host version") by Rob Landley · 8 years ago
  63. 00385e8 Fix touch -t seconds parsing by Davis Mosenkovs · 8 years ago
  64. 7b6957f Start of shell tests: $(()) and $'' expansion. by Rob Landley · 8 years ago
  65. e57cb17 Fix tail -NUM again. by Elliott Hughes · 9 years ago
  66. 433296f Fix a buffer overflow in diff -r. by Andy Chu · 9 years ago
  67. f9b9f8a sed -f - should read from stdin. by Rob Landley · 9 years ago
  68. 9b93dd3 Whitespace and comment. by Rob Landley · 9 years ago
  69. 7a0186c Implement mv -n / cp -n (no clobber). by Andy Chu · 9 years ago
  70. e223cca basename: fix segfault on null input; add tests by Samuel Holland · 9 years ago
  71. af51034 Debian bug 635570 did something horribly nonstandard (depending on a side by Rob Landley · 9 years ago
  72. 1ffa7f4 Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES by Rob Landley · 9 years ago
  73. b52f642 The test infrastructure prints the command name now, so file.test shouldn't. by Rob Landley · 9 years ago
  74. c23186d blkid: Handle short/empty vfat labels; update tests by Samuel Holland · 9 years ago
  75. 6aba814 Posix requires "" to be false, and 00 should be false, and -0 should be false. by Rob Landley · 9 years ago
  76. ada3c08 Fix last commit (had newline before first ==> name <==) and add -f tests. by Rob Landley · 9 years ago
  77. 68d7132 Remove 'exit' from xargs test too. by Andy Chu · 9 years ago
  78. 516f3d6 Fix bug where all tests aren't being run with 'make test'. by Andy Chu · 9 years ago
  79. 1af3bad Move whitespace and curly brackets around, move reference URLs to top of file, by Rob Landley · 9 years ago
  80. e6912f9 Fix type coercion bugs in expr. by Andy Chu · 9 years ago
  81. 14c91c1 Fix the operator precedence in expr. by Andy Chu · 9 years ago
  82. 2665cd0 Add base64.test, and Izabera pointed out that -w0 should disable wrapping. by Rob Landley · 9 years ago
  83. 96a5ed1 Fix segfault in sed -e 'c\'. by Andy Chu · 9 years ago
  84. 5ad93f3 Fix bzcat integer overflow reported by John Regehr. by Rob Landley · 9 years ago
  85. ffc6fbb Fix file for Java class files, improve script detection, and add tests. by Elliott Hughes · 9 years ago
  86. 336c44a Factor out command name at the start of test name, have runtest.sh print it. by Rob Landley · 9 years ago
  87. eb83072 Print command name at start of each test. by Rob Landley · 9 years ago
  88. b69e1ef Split lsattr/chattr tests. by Rob Landley · 9 years ago
  89. 54f95bd Command name at start of each test. by Rob Landley · 9 years ago
  90. b73d9a2 Add fstype test. by Rob Landley · 9 years ago
  91. 9ef6fbf Try to consistently print command name at the start of each test. by Rob Landley · 9 years ago
  92. 7ae108f split pgrep/pkill tests. by Rob Landley · 9 years ago
  93. 577b7ca Add xxd -p and -r. by Elliott Hughes · 9 years ago
  94. 32b3587 The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. by Rob Landley · 9 years ago
  95. b75c7df Testfile with the 3 different types of "not utf8 output" escaped chars in it. by Rob Landley · 9 years ago
  96. 28711d3 toybox: tar: Fix support for long names by Tom Marshall · 9 years ago
  97. 5b61086 toybox: tar: Fix tar tests by Tom Marshall · 9 years ago
  98. e2d042c Add seq -w, suggested by izabera. by Rob Landley · 9 years ago
  99. 2fd8d1a Fix segfault when `find -iname` gets no argument. by Josh Gao · 9 years ago
  100. c02619b Fix -H and -n with -ABC, and add tests. by Rob Landley · 9 years ago