| Age | Commit message (Expand) | Author | Lines |
| 2015-07-03 | tests: avoid side effects of $SHELL environment variable | Pádraig Brady | -1/+0 |
| 2015-06-25 | tests: avoid false failures with LD_PRELOAD=libasan.so.2 | Pádraig Brady | -1/+1 |
| 2015-05-11 | tests: cleanup background processes upon interruption | Pádraig Brady | -6/+9 |
| 2015-01-31 | doc,maint: fix use of "i.e." in documentation and comments | Bernhard Voelker | -1/+1 |
| 2015-01-14 | tests: use compare-vs-/dev/null instead of 'test -s' | Bernhard Voelker | -1/+1 |
| 2015-01-14 | tests: add extra protection against unexpected exits | Pádraig Brady | -15/+11 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -48/+48 |
| 2014-08-01 | chroot: perform chdir("/") again unless new --skip-chdir is specified | Bernhard Voelker | -3/+5 |
| 2014-05-21 | tests: use chroot --user rather than internal setuidgid tool | Pádraig Brady | -3/+4 |
| 2014-05-07 | tests: improve diagnostics when asserting empty files | Pádraig Brady | -2/+2 |
| 2014-03-05 | tests: avoid the :> construct which can hide errors | Pádraig Brady | -3/+3 |
| 2014-01-13 | maint: tests: refactor gcc commands for building shared lib | Pádraig Brady | -1/+1 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -48/+48 |
| 2013-12-09 | tests: fix false failure on systems without /dev/stdin | Pádraig Brady | -10/+15 |
| 2013-11-29 | tests: add a test for rm -r "/" | Bernhard Voelker | -0/+256 |
| 2013-11-22 | tests: enhance rm test regarding "." and ".." | Bernhard Voelker | -5/+20 |
| 2013-11-18 | tests: fix false rm -I test failure when run as root | Pádraig Brady | -5/+17 |
| 2013-09-26 | rm: with -I, prompt before deleting a write protected file | Sergio Durigan Junior | -0/+26 |
| 2013-07-19 | rm: output number of arguments at the interactive prompt | Rasmus Villemoes | -8/+8 |
| 2013-04-25 | tests: fix usage of require_ulimit_ | Pádraig Brady | -0/+1 |
| 2013-02-20 | tests: avoid false failures on file systems with smaller NAME_MAX | Pádraig Brady | -0/+5 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -47/+47 |
| 2012-11-24 | tests: accept EEXIST from rm -d | Pádraig Brady | -1/+5 |
| 2012-09-05 | rm: avoid bogus diagnostic for a slash-decorated symlink-to-dir | Jim Meyering | -1/+1 |
| 2012-09-05 | build: don't use recursive make for tests/ subdirectory | Stefano Lattarini | -45/+45 |
| 2012-08-30 | tests: add .sh and .pl suffixes to shell and perl tests, respectively | Stefano Lattarini | -0/+0 |
| 2012-08-30 | tests: avoid use of '-T' in shebang line to enable perl taint mode | Stefano Lattarini | -0/+0 |
| 2012-08-23 | rm: fix the new --dir (-d) option to work with -i | Rob Day | -0/+37 |
| 2012-08-14 | rm: new option --dir (-d) to remove empty directories | Krzysztof Goj | -0/+71 |
| 2012-04-04 | tests: remove nearly all remaining backticks | Jim Meyering | -3/+2 |
| 2012-04-04 | tests: convert nearly all `...` expressions to $(...) | Jim Meyering | -7/+7 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -29/+26 |
| 2012-01-23 | tests: remove crufty test=test_name code from old tests | Jim Meyering | -41/+27 |
| 2012-01-09 | tests: more automated quote adjustment | Jim Meyering | -12/+12 |
| 2012-01-09 | tests: change `...' to '...' on lines not matching /[=\$]/ | Jim Meyering | -50/+50 |
| 2012-01-09 | tests: adjust \`...' quoting to '...' to adapt to latest gnulib | Jim Meyering | -10/+10 |
| 2012-01-01 | tests: also print chmod's --version | Jim Meyering | -1/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -44/+44 |
| 2011-12-01 | tests: adjust PATH to generally include /sbin and /usr/sbin | Bernhard Voelker | -1/+0 |
| 2011-11-22 | tests: use "compare exp out", not "compare out exp" | Jim Meyering | -20/+20 |
| 2011-11-22 | tests: use compare, not "diff", in a few stray tests | Jim Meyering | -2/+2 |
| 2011-10-30 | tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOM | Jim Meyering | -1/+1 |
| 2011-10-09 | tests: skip rather than failing when perl is not available | Jim Meyering | -1/+2 |
| 2011-09-07 | tests: adjust PATH to include /sbin for mkfs-using tests | Bernhard Voelker | -0/+1 |
| 2011-08-24 | maint: rename a test | Jim Meyering | -0/+0 |
| 2011-08-24 | tests: adjust the new, very expensive rm test to be less expensive | Jim Meyering | -8/+11 |
| 2011-08-19 | rm, du, chmod, chown, chgrp: use much less memory for large directories | Jim Meyering | -0/+35 |
| 2011-08-08 | tests: complete the renaming framework_failure -> framework_failure_ | Stefano Lattarini | -84/+84 |
| 2011-06-17 | tests: remove skip_test_ function; use new skip_ instead | Jim Meyering | -7/+7 |
| 2011-04-28 | tests: write skip explanation from perl scripts also to outer stderr | Jim Meyering | -16/+9 |