summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-26mv: fix issues with previous prompt adjustmentsPádraig Brady
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker
2014-03-24cp: improve quality of overwrite promptPaul Eggert
2014-03-19chmod: fix erroneous warnings with -R --changesDylan Simon
2014-03-13ln: with -sr, don't segfault for a TARGET of ''Jim Meyering
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-10cp: with --link always use linkat() if availablePádraig Brady
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-24tests: skip chown/separator with conflicting group IDsAssaf Gordon
2014-01-17ln: fix replacing symbolic links whose targets can't existPádraig Brady
2014-01-14tests: restrict a recent SELinux test to SELinux systemsPádraig Brady
2014-01-13copy: fix a segfault in SELinux context copying codeNicolas Iooss
2014-01-13maint: tests: refactor gcc commands for building shared libPádraig Brady
2014-01-13copy: fix SELinux context preservation for existing directoriesPádraig Brady
2014-01-09tests: avoid FP failure when cp fails for /proc/cpuinfoBernhard Voelker
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2014-01-02build: update gnulib submodule, bootstrap and tests/init.sh to latestBernhard Voelker
2013-12-13tests: avoid unlikely deadlock in dd/no-allocate on some shellsPádraig Brady
2013-12-13tests: restrict cp --link inode comparisons to compatible systemsPádraig Brady
2013-12-11tests: df/total-unprocessed: fix false failure with lofsPádraig Brady
2013-12-11tests: avoid warnings due to new filefrag -v formatPádraig Brady
2013-12-09tests: fix false failure due to xargs usagePádraig Brady
2013-12-09tests: fix false failure on systems without /dev/stdinPádraig Brady
2013-12-09tests: fix false failure due to gdb inline function handlingPádraig Brady
2013-12-09tail: use consistent diagnostics with and without inotifyPádraig Brady
2013-12-09tests: avoid false df failure with nfs and lofsBernhard Voelker
2013-12-07tests: avoid problematic $(< file) shell constructPádraig Brady
2013-12-07tests: fix false failure on platforms using newfstatatPádraig Brady
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-12-04df: dereference symlinks to disk device nodesPádraig Brady
2013-11-29tests: add a test for rm -r "/"Bernhard Voelker
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady
2013-11-27tail: improve inotify handling of symlinksPádraig Brady
2013-11-27df: add --output=file to directly output specified argumentsPádraig Brady
2013-11-27tests: ensure factor tests can be regeneratedPádraig Brady
2013-11-22tests: enhance rm test regarding "." and ".."Bernhard Voelker
2013-11-18tests: fix false rm -I test failure when run as rootPádraig Brady
2013-11-17stty: add support for mark/space parityColin Leitner