summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2015-02-20tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker-34/+16
2015-02-18tee: exit early if no more writable outputsPádraig Brady-0/+25
2015-02-18tests: support stderr verification with returns_()Pádraig Brady-1/+9
2015-02-06tail: return inotify resources where possiblePádraig Brady-14/+123
2015-02-06tests: fix recent regression in tail inotify testPádraig Brady-8/+5
2015-02-03tests: avoid a FP on aarch64 when comparing env/printenv outputBernhard Voelker-2/+6
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-17/+17
2015-01-28sync: support syncing specified argumentsGiuseppe Scrivano-0/+51
2015-01-20tests: use returns_ function for new split testBernhard Voelker-5/+5
2015-01-19split: new -t option to select record separatorAssaf Gordon-2/+81
2015-01-14tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker-5/+5
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady-259/+296
2015-01-12tests: avoid skipping some df tests with libmountPádraig Brady-4/+28
2015-01-10maint: clean up some test issues identified with shellcheckPádraig Brady-6/+6
2015-01-08maint: adjustments related to previous shuf crash fixDaiki Ueno-8/+9
2015-01-05shuf: do not mishandle 'shuf -i0-0 1'Paul Eggert-0/+4
2015-01-01maint: update further copyright year number rangesBernhard Voelker-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-540/+540
2014-12-30tests: fix possible 8 minute running time of inotify-rotate.shPádraig Brady-1/+4
2014-12-30build: update to latest gnulibPádraig Brady-0/+2
2014-12-25tests: fix error message check on some systemsPádraig Brady-13/+14
2014-12-19diagnose too-large numbers betterPádraig Brady-23/+61
2014-12-10build: use the system printf routines in most casesPádraig Brady-3/+17
2014-12-02du: handle sub-bind-mount cycles gracefullyBoris Ranto-0/+39
2014-11-29tests: avoid hardlink to symlink tests where not supportedPádraig Brady-4/+6
2014-11-26tests: fix portability issue in dd/ascii testPádraig Brady-35/+36
2014-11-24df: only suppress remote mounts of separate exports with --totalPádraig Brady-3/+28
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady-64/+38
2014-11-21tests: chcon: avoid false failure with newer selinuxPádraig Brady-3/+3
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto-77/+72
2014-10-30maint: tests: fix comments about retry_delay_Pádraig Brady-12/+13
2014-10-30tests: make inotify-rotate more robust and efficientPádraig Brady-20/+25
2014-10-29tests: make du/move-dir-while-traversing more robustBernhard Voelker-1/+1
2014-10-23tests: d_type-check: don't hardcode the C library nameMike Frysinger-3/+2
2014-10-17tests: avoid false failure when comparing /proc filesBernhard Voelker-1/+1
2014-10-16tests: fix test hang with unstable inodes in /procPádraig Brady-1/+1
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady-20/+26
2014-10-15copy: detect smaller holes than the copy buffer sizePádraig Brady-0/+33
2014-10-07tests: split/b-chunk.sh: avoid spurious fail on non-LinuxJim Meyering-0/+2
2014-10-08maint: avoid syntax-check failures in previous patchPádraig Brady-7/+6
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert-16/+158
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli-3/+14
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady-0/+58
2014-09-24test: check for Fedora 20 sort key bugPaul Eggert-0/+4
2014-09-19cp: fix handling of -H with multiply specified source dirsPádraig Brady-2/+11
2014-09-19cp: issue correct warning and ignore duplicate source dirsPádraig Brady-0/+36
2014-09-16tests: fix false du failure on newer XFSBernhard Voelker-9/+8
2014-09-11cat: allow copying empty files to themselvesPaul Eggert-0/+34
2014-08-01tests: fix typo in tail-2/inotify-racePaul Eggert-1/+1
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker-17/+37