aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering1-0/+9
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering1-0/+3
2012-11-24tests: use sub-second timeouts to speed up a timeout testPádraig Brady1-4/+4
2012-11-24seq: ensure correct output width for scientific notation inputPádraig Brady1-0/+7
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker1-0/+5
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González1-0/+5
2012-10-25maint: refactor tests/misc/pr.pl into tests/pr/pr-tests.plPádraig Brady1-43/+0
2012-10-23tests: correctly restrict factor test without GMPPádraig Brady1-1/+1
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady1-1/+12
2012-09-16ls: fix coloring of dangling symlinks in default listing modePádraig Brady1-0/+15
2012-09-14seq: 70x faster for non-negative whole numbers and incr==1Jim Meyering1-0/+14
2012-09-07factor: NEWS and testsJim Meyering1-0/+5
2012-09-05build: don't use recursive make for tests/ subdirectoryStefano Lattarini108-110/+110
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini157-0/+0
2012-08-30tests: fix misc/sort-exit-early to skip if rootNick Alcock1-0/+1
2012-08-24md5sum, sha*sum: add --tag to output a format indicating the algorithmOndrej Oprala1-1/+48
2012-08-22tests: correct print_ver_ arguments and add a rule to enforce thisBernhard Voelker1-1/+1
2012-08-18tests: trigger the sort -u free-memory-read bugJim Meyering2-0/+33
2012-08-18tests: wrap the valgrind-requiring assertion in a functionJim Meyering1-1/+1
2012-08-17sort: sort --unique (-u) could cause data lossJim Meyering1-0/+11
2012-08-06tests: printf-surprise: avoid unwarranted failure on FreeBSD 9.0Jim Meyering1-1/+4
2012-07-23tests: add a test for a previously fixed output format bug in joinPádraig Brady1-0/+4
2012-07-16maint: move two df tests from tests/misc to tests/dfPádraig Brady2-65/+0
2012-07-06tests: sort-merge-fdlimit: reduce the limit by onePádraig Brady1-1/+1
2012-07-04date: fails to diagnose invalid inputJim Meyering1-0/+5
2012-07-02sort: avoid redundant processing with inaccessible inputs or outputPádraig Brady3-2/+38
2012-06-10maint: remove su testing artifactSami Kerola1-1/+0
2012-06-10build: update gnulib to latest; correct comment grammarJim Meyering1-1/+1
2012-06-06su: remove program (util-linux is now the best source for it)Jim Meyering3-32/+0
2012-06-05head: with --lines=-N (-n-N) reset file pointer on seekable inputJim Meyering2-8/+20
2012-05-31maint: fix typos in test comments and old ChangeLog filesJim Meyering1-1/+1
2012-05-16tests: use $AWK, not awkJim Meyering1-1/+1
2012-05-10tests: misc/tty-eof: increase timeout to avoid unwarranted failureJim Meyering1-1/+1
2012-05-10maint: handle file sizes more reliablyPaul Eggert1-3/+0
2012-05-08maint: fix common spelling errorsKevin Lyda2-8/+8
2012-04-27id,groups: with no user name, print only real and/or effective IDs,Jim Meyering1-0/+34
2012-04-19tests: factor out expensive "pairs" code of misc/sttyBernhard Voelker2-39/+66
2012-04-19tests: add iutf8 option to misc/sttyBernhard Voelker1-7/+7
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb2-125/+0
2012-04-04tests: avoid unnecessary subshells in misc/sttyAndreas Schwab1-3/+3
2012-04-04tests: correct reversed args to "compare"Jim Meyering1-2/+2
2012-04-04tests: remove nearly all remaining backticksJim Meyering2-2/+1
2012-04-04tests: use perl's qx!...! rather than `...`Jim Meyering4-4/+4
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering22-68/+68
2012-04-03tests: fix quoting bug in misc/nohupJim Meyering1-2/+2
2012-04-03tests: avoid spurious misc/expr failure on AIX 6.1Jim Meyering1-1/+5
2012-03-26tests: remove temporary skip for sort-stale-thread-mem failureJim Meyering1-2/+1
2012-03-26tests: work around F17-valgrind sort-stale-thread-mem failureJim Meyering1-0/+7
2012-03-20tests: avoid spurious misc/factor failure on OpenBSD 5.1Jim Meyering1-1/+3
2012-03-17tests: fix sort-discrim to work without GMPPádraig Brady1-26/+28