summaryrefslogtreecommitdiffstats
path: root/tests/misc
AgeCommit message (Expand)AuthorLines
2015-03-10yes: output data more efficientlyPádraig Brady-0/+32
2015-03-04tee: generalize the --write-error option to --output-errorPádraig Brady-10/+16
2015-02-24tee: add --write-error to control handling of closed pipesPádraig Brady-0/+37
2015-02-20tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker-33/+16
2015-02-18tee: exit early if no more writable outputsPádraig Brady-0/+25
2015-02-03tests: avoid a FP on aarch64 when comparing env/printenv outputBernhard Voelker-2/+6
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-8/+8
2015-01-28sync: support syncing specified argumentsGiuseppe Scrivano-0/+50
2015-01-14tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker-1/+1
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady-78/+89
2015-01-10maint: clean up some test issues identified with shellcheckPádraig Brady-2/+2
2015-01-08maint: adjustments related to previous shuf crash fixDaiki Ueno-8/+9
2015-01-05shuf: do not mishandle 'shuf -i0-0 1'Paul Eggert-0/+4
2015-01-01maint: update all copyright year number rangesPádraig Brady-165/+165
2014-12-25tests: fix error message check on some systemsPádraig Brady-4/+5
2014-12-19diagnose too-large numbers betterPádraig Brady-9/+17
2014-12-10build: use the system printf routines in most casesPádraig Brady-3/+17
2014-11-21tests: chcon: avoid false failure with newer selinuxPádraig Brady-3/+3
2014-10-30maint: tests: fix comments about retry_delay_Pádraig Brady-1/+2
2014-10-17tests: avoid false failure when comparing /proc filesBernhard Voelker-1/+1
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady-20/+26
2014-10-08maint: avoid syntax-check failures in previous patchPádraig Brady-3/+3
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert-1/+96
2014-09-24test: check for Fedora 20 sort key bugPaul Eggert-0/+4
2014-09-11cat: allow copying empty files to themselvesPaul Eggert-0/+33
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker-5/+20
2014-07-18tests: fix false failure with spaces in the test directoryPádraig Brady-0/+4
2014-07-14tests: fix portabilitiy issue in new od-endian testPádraig Brady-2/+5
2014-07-13build: support building all tools in a single binaryAlex Deymo-6/+47
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker-2/+4
2014-07-02pwd: revert default mode back to -PPádraig Brady-1/+4
2014-07-02tests: use "env builtin" in place of "$abs_top_builddir/src/builtin"Jim Meyering-2/+2
2014-07-01tests: adapt tests to change in pwd's defaultJim Meyering-2/+2
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady-4/+1
2014-06-26tests: use predetermined NON_ROOT_GIDPádraig Brady-7/+5
2014-06-18seq: fix incorrect output with start or end of -0Pádraig Brady-0/+3
2014-06-03tests: consolidate tests for true and falsePádraig Brady-38/+39
2014-06-01cut: restore special case handling of -f with -d$'\n'Pádraig Brady-5/+7
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady-1/+3
2014-05-21chroot: make changing root check more robustPádraig Brady-2/+4
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady-25/+65
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady-11/+13
2014-05-10shred: don't infloop upon negative sizeJim Meyering-0/+28
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady-13/+13
2014-05-02numfmt: support zero padding using --format="%010f"Pádraig Brady-5/+20
2014-04-29ptx: fix whitespace trimming with multiple filesPádraig Brady-2/+11
2014-04-18tests: make ls tests independent of COLORTERM envPádraig Brady-1/+4
2014-04-05maint: various cleanupsPádraig Brady-1/+1
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady-1/+5
2014-04-04shred: avoid a data pass on empty filesPádraig Brady-5/+5