summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2014-07-18tests: fix false failure with spaces in the test directoryPádraig Brady-0/+4
2014-07-18tests: fix false failure in cp --preserve=context testPádraig Brady-16/+20
2014-07-14tests: fix portabilitiy issue in new od-endian testPádraig Brady-2/+5
2014-07-14tests: fix portability issue in new dd/ascii testPádraig Brady-1/+1
2014-07-14tests: avoid hang when files created with wrong permissionsPádraig Brady-1/+1
2014-07-13build: support building all tools in a single binaryAlex Deymo-10/+56
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker-7/+6
2014-07-02pwd: revert default mode back to -PPádraig Brady-1/+4
2014-07-02tests: avoid false failure with spaces in mount point pathsPádraig Brady-11/+11
2014-07-02tests: avoid errors on systems without getmntentPádraig Brady-0/+12
2014-07-02tests: use "env builtin" in place of "$abs_top_builddir/src/builtin"Jim Meyering-11/+7
2014-07-01tests: adapt tests to change in pwd's defaultJim Meyering-5/+5
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-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-20/+15
2014-06-26id: output the effective group for the processPetr Stodůlka-5/+11
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady-0/+58
2014-06-24df: output placeholder values for inaccessible mount pointsPádraig Brady-2/+4
2014-06-24du: ignore directory cycles due to bind mountsPádraig Brady-3/+2
2014-06-18df: use all of the last device details providedPádraig Brady-7/+8
2014-06-18seq: fix incorrect output with start or end of -0Pádraig Brady-0/+3
2014-06-11tests: fix version printing for ginstall in one testPádraig Brady-1/+1
2014-06-11install: allow options -D and -t to be used togetherBernhard Voelker-0/+27
2014-06-11build: update gnulib submodule and tests/init.sh to latestPádraig Brady-0/+2
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-29df: use the last device name provided by the systemPádraig Brady-4/+9
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady-11/+17
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-13df: ignore non file system entries in /proc/mountsPádraig Brady-1/+2
2014-05-13df: fix handling of symlinks in mount listPádraig Brady-0/+7
2014-05-13df: also deduplicate virtual file systemsPádraig Brady-13/+34
2014-05-13tests: fix spurious failure with leading spaces in file namesPádraig Brady-1/+1
2014-05-10shred: don't infloop upon negative sizeJim Meyering-0/+29
2014-05-07tests: improve new ascii test of ddBernhard Voelker-10/+12
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert-0/+72
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady-41/+46
2014-05-06mv,cp: preserve symlink xattrs when copying across file systemsPádraig Brady-0/+20
2014-05-05tests: initial SMACK testsJarkko Sakkinen-0/+116
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-2/+6
2014-04-17ls: don't output colors with unknown TERM env variableGuilherme de Almeida Suckevicz-0/+49
2014-04-11tests: fix false dd conv=sparse failure on newer XFSPádraig Brady-1/+8
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
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert-0/+8