summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
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
2014-02-09head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин
2014-02-09od: add an --endian option to control byte swappingNiels Möller
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-07tests: avoid a false memory leak test failurePádraig Brady
2013-12-06tests: fix shuf test verifying that -i and -e can not be combinedBernhard Voelker
2013-12-06shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady
2013-11-17stty: add support for mark/space parityColin Leitner