summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady
2012-04-04tests: avoid unnecessary subshells in misc/sttyAndreas Schwab
2012-04-04tests: correct reversed args to "compare"Jim Meyering
2012-04-04tests: remove nearly all remaining backticksJim Meyering
2012-04-04tests: use perl's qx!...! rather than `...`Jim Meyering
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering
2012-04-03tests: convert one `...` expression manuallyJim Meyering
2012-04-03tests: fix quoting bug in misc/nohupJim Meyering
2012-04-03tests: avoid spurious misc/expr failure on AIX 6.1Jim Meyering
2012-03-26tests: remove temporary skip for sort-stale-thread-mem failureJim Meyering
2012-03-26tests: work around F17-valgrind sort-stale-thread-mem failureJim Meyering
2012-03-23tests: skip ls/stat-free-color on XFS, rather than always failingJim Meyering
2012-03-23tests: skip part of dd/sparse on some file systemsJim Meyering
2012-03-22ln: add the --relative optionHarald Hoyer
2012-03-20tests: avoid spurious misc/factor failure on OpenBSD 5.1Jim Meyering
2012-03-20tests: avoid spurious dd/sparse failurePádraig Brady
2012-03-17tests: fix sort-discrim to work without GMPPádraig Brady
2012-03-16tests: avoid an ls-time false positive on Solaris 10Pádraig Brady
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake
2012-03-15tests: cover more realpath scenariosEric Blake
2012-03-14test: expose recent gnulib canonicalize bugEric Blake
2012-03-13tests: new discriminator-based test for sort -n and -hPaul Eggert
2012-03-10dirname: support more than one argumentJérémy Compostella
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella
2012-03-08chmod: add notations +40, 00440, etc.Paul Eggert
2012-03-08du: fix -x: don't ignore non-directory argumentsJim Meyering
2012-03-07basename: support more than one argumentJérémy Compostella
2012-03-02tests: work around a block alignment issue in dd/sparsePádraig Brady
2012-02-29tests: compile and link shared object with $CC to make LD_PRELOAD workBernhard Voelker
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko
2012-02-26tests: fix help-version on cygwin, where $EXEEXT is nonemptyJim Meyering
2012-02-26tests: remove unnecessary use of -lcBernhard Voelker
2012-02-20split: add the --additional-suffix optionJérémy Compostella
2012-02-19tests: ls/getxattr-speedup: include <sys/types.h> for older headersJérémy Compostella
2012-02-18tests: test for ls speed-upJim Meyering
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering
2012-01-30mv: allow moving symlink onto same-inode dest with >= 2 hard linksJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-25maint: cleanup an extraneous version output in a testPádraig Brady
2012-01-25maint: use the standard require_perl_ functionPádraig Brady
2012-01-25realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady
2012-01-23tests: remove crufty test=test_name code from old testsJim Meyering
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-09tests: more automated quote adjustmentJim Meyering
2012-01-09tests: change `...' to '...' on lines not matching /[=\$]/Jim Meyering