summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2014-03-26mv: fix issues with previous prompt adjustmentsPádraig Brady-1/+1
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker-0/+7
2014-03-24cp: improve quality of overwrite promptPaul Eggert-2/+2
2014-03-19chmod: fix erroneous warnings with -R --changesDylan Simon-0/+11
2014-03-13ln: with -sr, don't segfault for a TARGET of ''Jim Meyering-0/+5
2014-03-13chroot: improve --userspec and --groups look-upPádraig Brady-8/+32
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady-26/+26
2014-03-05tests: fix false failure in nohup.sh in non tty buildsPádraig Brady-0/+5
2014-02-27date: fix crash or infinite loop when parsing a malformed TZ=""Pádraig Brady-0/+7
2014-02-23shuf: with -r, don't dump core if the input is emptyPaul Eggert-0/+4
2014-02-10cp: with --link always use linkat() if availablePádraig Brady-4/+3
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady-0/+53
2014-02-09head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин-2/+5
2014-02-09od: add an --endian option to control byte swappingNiels Möller-0/+47
2014-01-24tests: skip chown/separator with conflicting group IDsAssaf Gordon-0/+6
2014-01-17ln: fix replacing symbolic links whose targets can't existPádraig Brady-1/+16
2014-01-14tests: restrict a recent SELinux test to SELinux systemsPádraig Brady-0/+1
2014-01-13copy: fix a segfault in SELinux context copying codeNicolas Iooss-0/+64
2014-01-13maint: tests: refactor gcc commands for building shared libPádraig Brady-5/+5
2014-01-13copy: fix SELinux context preservation for existing directoriesPádraig Brady-0/+16
2014-01-09tests: avoid FP failure when cp fails for /proc/cpuinfoBernhard Voelker-1/+6
2014-01-02maint: update all copyright year number rangesBernhard Voelker-522/+522
2014-01-02build: update gnulib submodule, bootstrap and tests/init.sh to latestBernhard Voelker-1/+1
2013-12-13tests: avoid unlikely deadlock in dd/no-allocate on some shellsPádraig Brady-18/+35
2013-12-13tests: restrict cp --link inode comparisons to compatible systemsPádraig Brady-0/+16
2013-12-11tests: df/total-unprocessed: fix false failure with lofsPádraig Brady-5/+7
2013-12-11tests: avoid warnings due to new filefrag -v formatPádraig Brady-1/+2
2013-12-09tests: fix false failure due to xargs usagePádraig Brady-1/+1
2013-12-09tests: fix false failure on systems without /dev/stdinPádraig Brady-10/+15
2013-12-09tests: fix false failure due to gdb inline function handlingPádraig Brady-5/+9
2013-12-09tail: use consistent diagnostics with and without inotifyPádraig Brady-5/+5
2013-12-09tests: avoid false df failure with nfs and lofsBernhard Voelker-1/+1
2013-12-07tests: avoid problematic $(< file) shell constructPádraig Brady-1/+1
2013-12-07tests: fix false failure on platforms using newfstatatPádraig Brady-8/+13
2013-12-07tests: avoid a false memory leak test failurePádraig Brady-2/+6
2013-12-06tests: fix shuf test verifying that -i and -e can not be combinedBernhard Voelker-2/+3
2013-12-06shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert-25/+25
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-0/+6
2013-12-04df: dereference symlinks to disk device nodesPádraig Brady-0/+32
2013-11-29tests: add a test for rm -r "/"Bernhard Voelker-0/+257
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-4/+147
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady-4/+15
2013-11-27tail: improve inotify handling of symlinksPádraig Brady-1/+80
2013-11-27df: add --output=file to directly output specified argumentsPádraig Brady-2/+12
2013-11-27tests: ensure factor tests can be regeneratedPádraig Brady-1/+1
2013-11-22tests: enhance rm test regarding "." and ".."Bernhard Voelker-5/+20
2013-11-18tests: fix false rm -I test failure when run as rootPádraig Brady-5/+17
2013-11-17stty: add support for mark/space parityColin Leitner-1/+4
2013-11-08shred: avoid data write pass with --size=0Pádraig Brady-1/+13
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady-1/+10