summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
2015-01-14tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady
2015-01-10maint: clean up some test issues identified with shellcheckPádraig Brady
2015-01-08maint: adjustments related to previous shuf crash fixDaiki Ueno
2015-01-05shuf: do not mishandle 'shuf -i0-0 1'Paul Eggert
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-25tests: fix error message check on some systemsPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-12-10build: use the system printf routines in most casesPádraig Brady
2014-11-21tests: chcon: avoid false failure with newer selinuxPádraig Brady
2014-10-30maint: tests: fix comments about retry_delay_Pádraig Brady
2014-10-17tests: avoid false failure when comparing /proc filesBernhard Voelker
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady
2014-10-08maint: avoid syntax-check failures in previous patchPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-09-24test: check for Fedora 20 sort key bugPaul Eggert
2014-09-11cat: allow copying empty files to themselvesPaul Eggert
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker
2014-07-18tests: fix false failure with spaces in the test directoryPádraig Brady
2014-07-14tests: fix portabilitiy issue in new od-endian testPádraig Brady
2014-07-13build: support building all tools in a single binaryAlex Deymo
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker
2014-07-02pwd: revert default mode back to -PPádraig Brady
2014-07-02tests: use "env builtin" in place of "$abs_top_builddir/src/builtin"Jim Meyering
2014-07-01tests: adapt tests to change in pwd's defaultJim Meyering
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady
2014-06-26tests: use predetermined NON_ROOT_GIDPádraig Brady
2014-06-18seq: fix incorrect output with start or end of -0Pádraig Brady
2014-06-03tests: consolidate tests for true and falsePádraig Brady
2014-06-01cut: restore special case handling of -f with -d$'\n'Pádraig Brady
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady
2014-05-21chroot: make changing root check more robustPádraig Brady
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady
2014-05-10shred: don't infloop upon negative sizeJim Meyering
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady
2014-05-02numfmt: support zero padding using --format="%010f"Pádraig Brady
2014-04-29ptx: fix whitespace trimming with multiple filesPádraig Brady
2014-04-18tests: make ls tests independent of COLORTERM envPádraig Brady
2014-04-05maint: various cleanupsPádraig Brady
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady
2014-04-04shred: avoid a data pass on empty filesPádraig Brady
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker
2014-03-13chroot: improve --userspec and --groups look-upPádraig Brady
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady
2014-03-05tests: fix false failure in nohup.sh in non tty buildsPádraig Brady
2014-02-27date: fix crash or infinite loop when parsing a malformed TZ=""Pádraig Brady
2014-02-23shuf: with -r, don't dump core if the input is emptyPaul Eggert
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady