summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady
2015-06-24seq: handle exponents more consistentlyPádraig Brady
2015-06-24seq: use consistent output format with hex integersPádraig Brady
2015-06-24seq: support inf last item more generally/efficientlyPádraig Brady
2015-06-22numfmt: don't hardcode floating point limitsPádraig Brady
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady
2015-06-21numfmt: support user specified output precisionPádraig Brady
2015-06-19numfmt: implement support for field rangesDylan Cali
2015-06-19numfmt: handle suffixes consistently with --{from,to}-unitPádraig Brady
2015-06-09tail: display consistent diagnostics upon file replacementPádraig Brady
2015-06-09tail: display file headers correctly with inotifyPádraig Brady
2015-06-06tests: fix false failure in recent test adjustmentPádraig Brady
2015-06-06build: port to AIXPaul Eggert
2015-06-01tests: fix race in tail test without inotifyPádraig Brady
2015-06-01tests: fix false failure on loaded systemsPádraig Brady
2015-05-28tests: ln/hard-to-sym FAIL rather than ERROR when ln failsPádraig Brady
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady
2015-05-22tests: df-output: accept multiple spaces in headerAssaf Gordon
2015-05-19tests: fix non POSIX constructs causing failures with dashPádraig Brady
2015-05-17build: avoid issues with case insensitive file systemsPádraig Brady
2015-05-14tests: fix check for local file system in inotify-rotate-resources.shBernhard Voelker
2015-05-14tests: fix async allocation race on BTRFSPádraig Brady
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady
2015-05-11tail: consistently output all data for truncated filesPádraig Brady
2015-05-11tail: fix inotify startup racesPádraig Brady
2015-05-11tests: cleanup background processes upon interruptionPádraig Brady
2015-05-11tests: avoid hung processes due to gdb SIGCONT handlingPádraig Brady
2015-05-11tests: fix races in and standardize the tail testsPádraig Brady
2015-04-30tests: don't skip df tests with /proc/self/mountinfoPádraig Brady
2015-04-28tests: run ls capability coloring test irrespective of $LS_COLORSPádraig Brady
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady
2015-03-31tail: fix -f to follow changes after a renameStephane Chazelas
2015-03-27tests: fix false test failure with df on Debian/kFreeBSDAssaf Gordon
2015-03-10yes: improve efficiency when all args aren't bufferedGiuseppe Scrivano
2015-03-10yes: output data more efficientlyPádraig Brady
2015-03-04tee: generalize the --write-error option to --output-errorPádraig Brady
2015-02-24tee: add --write-error to control handling of closed pipesPádraig Brady
2015-02-20tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker
2015-02-18tee: exit early if no more writable outputsPádraig Brady
2015-02-18tests: support stderr verification with returns_()Pádraig Brady
2015-02-06tail: return inotify resources where possiblePádraig Brady
2015-02-06tests: fix recent regression in tail inotify testPádraig Brady
2015-02-03tests: avoid a FP on aarch64 when comparing env/printenv outputBernhard Voelker
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-28sync: support syncing specified argumentsGiuseppe Scrivano
2015-01-20tests: use returns_ function for new split testBernhard Voelker
2015-01-19split: new -t option to select record separatorAssaf Gordon
2015-01-14tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker