summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady-10/+10
2015-11-10tests: cleanup trapping of signal namesPádraig Brady-9/+20
2015-11-06tests: fix dirent d_type support verificationPádraig Brady-6/+39
2015-11-04paste: avoid confusing backslash quoting in diagnosticPádraig Brady-4/+3
2015-11-04printf: support the %q format to quote for shellPádraig Brady-0/+58
2015-11-04ls: avoid redundant processing when already escapingPádraig Brady-7/+19
2015-11-04ls: document and test new shell-escape quotingPádraig Brady-0/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-78/+78
2015-11-04md5sum: ensure a single status line per filePádraig Brady-10/+10
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-19/+19
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady-4/+4
2015-10-27all: quote string arguments in error messagesPádraig Brady-49/+49
2015-10-27md5sum: quote all printed file namesPádraig Brady-18/+19
2015-10-21ls: fix off by one error when determining max display columnsPádraig Brady-0/+4
2015-10-21ls: allow -w0 to mean no limit on line lengthPádraig Brady-0/+45
2015-10-19tests: adjust recent change to csplit VM limitPádraig Brady-1/+1
2015-10-19tests: avoid failure when auto selecting factor testsPádraig Brady-0/+2
2015-10-18maint: avoid duplicate test runsBernhard Voelker-2/+0
2015-10-16dircolors: support globbing of TERM entriesPádraig Brady-0/+8
2015-10-15tests: avoid false failure in rm/r-root.sh with gdb warningsPádraig Brady-27/+32
2015-10-15tests: avoid false failure in rm/r-root.sh under loadPádraig Brady-26/+68
2015-10-15tests: avoid false failure in a tail test under loadPádraig Brady-8/+24
2015-10-14tests: avoid false failures with default ACLsPádraig Brady-0/+4
2015-10-10tests: avoid false failure when restorecon is ineffectivePádraig Brady-1/+2
2015-10-10tests: make a long running test responsive to Ctrl-CPádraig Brady-1/+5
2015-10-08tests: adjust recent changes to virtual memory limitsPádraig Brady-8/+7
2015-10-06csplit: remove erroneous mention of -m in --helpPádraig Brady-1/+1
2015-09-22maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker-33/+61
2015-09-22sort,numfmt: with --debug, diagnose failure to set localePádraig Brady-0/+2
2015-09-12numfmt: use new set-fields module to parse --fieldAssaf Gordon-3/+67
2015-09-12cut: refactor into set-fields moduleAssaf Gordon-11/+16
2015-09-03tests: test numfmt stdin behaviorPádraig Brady-1/+2
2015-09-03base64: no longer support hex or oct --wrap paramsPádraig Brady-3/+3
2015-09-03base64: use stricter validation on wrap columnPádraig Brady-0/+14
2015-09-03base32: A new program similar to base64Pádraig Brady-75/+118
2015-08-30tests: avoid FP of ls/stat-free-color.sh with newer glibcBernhard Voelker-15/+24
2015-07-07shred: fix pattern selection for certain iteration countsPádraig Brady-1/+33
2015-07-03tests: update gnulib submodule and tests/init.sh to latestPádraig Brady-0/+1
2015-07-03tests: avoid side effects of $SHELL environment variablePádraig Brady-20/+15
2015-07-02tests: avoid false failures on OpenBSD 5.7Pádraig Brady-4/+7
2015-07-01tests: avoid false failure on FreeBSD systemsPádraig Brady-0/+4
2015-07-01tests: fix false failure on slower systemsPádraig Brady-3/+3
2015-06-25tests: avoid false failure when running as rootPádraig Brady-3/+5
2015-06-25tests: avoid false failures with LD_PRELOAD=libasan.so.2Pádraig Brady-12/+16
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady-0/+35
2015-06-24seq: handle exponents more consistentlyPádraig Brady-0/+18
2015-06-24seq: use consistent output format with hex integersPádraig Brady-1/+25
2015-06-24seq: support inf last item more generally/efficientlyPádraig Brady-0/+38
2015-06-22numfmt: don't hardcode floating point limitsPádraig Brady-172/+180
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady-0/+13