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