1. dec4669 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) by Rob Landley · 9 years ago
  2. 789665d Fix truncate prefix bug and add truncate test suite entry. by Rob Landley · 9 years ago
  3. d5c92c5 Add head test for -123. by Rob Landley · 9 years ago
  4. a64e35b Fix sed bug David Halls hit trying to compile libiconv. by Rob Landley · 9 years ago
  5. 5d431d1 Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. by Rob Landley · 9 years ago
  6. 2ee0cd9 fix copy/paste-o in useradd.test by Elliott Hughes · 9 years ago
  7. 2683307 Separate 'userdel' from testing syntax. by Yeongdeok Suh · 9 years ago
  8. 50d3207 i found a few problems while manually smoke testing toybox chown versus toolbox (NetBSD) chown... by Elliott Hughes · 9 years ago
  9. d0dead3 One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) by Rob Landley · 9 years ago
  10. 70cbfe8 More half-finished cleanup of printf.c, and more test suite entries. by Rob Landley · 9 years ago
  11. dd2cc65 Since "printf" is a shell builtin, printf.test wasn't actually testing anything. by Rob Landley · 9 years ago
  12. cc39d95 More printf cleanup, and test suite entries. by Rob Landley · 9 years ago
  13. 4391e57 Teach factor to accept whitespace separated arguments (reported by Robert Thompson). by Rob Landley · 9 years ago
  14. c09b79d Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) by Rob Landley · 9 years ago
  15. 807a50d Make sed a\ line continuations work properly for different pattern input modes. by Rob Landley · 9 years ago
  16. 10e0d86 Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. by Rob Landley · 9 years ago
  17. ef6a773 Refactor expr and add another test entry that works with TEST_HOST=1 but not with the one in pending. by Rob Landley · 9 years ago
  18. de211e0 Tests for operator priority groupings. by Rob Landley · 9 years ago
  19. e7835d7 sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests. by Rob Landley · 9 years ago
  20. 01e06c4 New ifconfig tests from Cynt Rynt. by Rob Landley · 9 years ago
  21. 0c558f0 Debugging pass on sed: make the existing test suite pass. by Rob Landley · 9 years ago
  22. 1d5f48f Add a few more sed tests. by Rob Landley · 9 years ago
  23. eece7ed Yet more sed tests. by Rob Landley · 10 years ago
  24. b069d8d More sed tests. by Rob Landley · 10 years ago
  25. 82671e1 Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink following. by Rob Landley · 10 years ago
  26. 448c874 First batch of sed tests. by Rob Landley · 10 years ago
  27. 986805c Fix du test: du symlink -> "0\tsymlink" by Felix Janda · 10 years ago
  28. 387edf5 Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. by Rob Landley · 10 years ago