summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2009-08-20tests: skip the stdbuf tests when the abs build directory name is bogusJim Meyering-0/+8
2009-08-19tests: make install-C slightly less prone to confusionJim Meyering-3/+3
2009-08-18tests: stdbuf: fix a bug in test scriptJim Meyering-3/+3
2009-08-16tests: tail-2/append-only: don't discard stderrJim Meyering-1/+1
2009-08-14tests: skip the misc/stdbuf test if stdbuf was not builtJim Meyering-0/+6
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady-1/+1
2009-08-13tests: raise ulimit virt-mem limit to avoid new failureJim Meyering-1/+1
2009-08-12tests: improve one of the tail --pid testsPádraig Brady-2/+5
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano-0/+4
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering-0/+41
2009-08-04cp -pP (and e.g., -a): preserve time stamps on symlinks, tooJim Meyering-0/+45
2009-07-30tests: new function: require_openat_support_Jim Meyering-7/+16
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady-0/+4
2009-07-30tests: test for just-fixed tail --pid bugJim Meyering-0/+5
2009-07-29maint: update sleep.c's copyright year listJim Meyering-185/+0
2009-07-27tests: new test for bug in ls -1U dir arg ...Jim Meyering-2/+13
2009-07-09tests: avoid false-positive cp/link-heap failureJim Meyering-1/+1
2009-07-04tests: refactor code to use require_proc_pid_status_Giuseppe Scrivano-3/+1
2009-07-04tests: use the "nobody" user's group as the default group idGiuseppe Scrivano-2/+2
2009-07-03sort: allow SI and IEC units on separate human sort fieldsPádraig Brady-0/+4
2009-07-03tests: tail-2/wait: rename internal file nameJim Meyering-4/+4
2009-07-03tests: tail-2/wait: don't fail when run as rootGiuseppe Scrivano-11/+14
2009-06-27stdbuf: fix to stop -i option causing an assertionPádraig Brady-0/+1
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-339/+335
2009-06-23maint: remove old TODO filesJim Meyering-2/+0
2009-06-23tests: tail-2/pid: include more info upon failureJim Meyering-1/+1
2009-06-17stdbuf: A new program to run a command with modified stdio bufferingPádraig Brady-0/+90
2009-06-15maint: revert last change: we're not ready for "local" in scripts, yetJim Meyering-2/+1
2009-06-15use a local var: more readableJim Meyering-1/+2
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano-7/+219
2009-06-13sort: Ignore fields where end position is before the start positionCliff Miller-0/+4
2009-06-11tests: ls --color, permissions override hardlink coloringPádraig Brady-0/+12
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka-61/+75
2009-06-02chroot: make --groups= work without --userspec=; be more robustJim Meyering-1/+1
2009-06-02chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:GJim Meyering-0/+9
2009-06-02tests: use "nobody" as the default group name in chroot testJim Meyering-1/+1
2009-05-26sort: new --human-numeric-sort option to sort KiB MB etc.Michael Speer-0/+18
2009-05-26chroot: accept new options --userspec=U:G and --groups=G1,G2,G3Giuseppe Scrivano-0/+45
2009-05-15tests: fix date-next-dow failure on older systemsPádraig Brady-2/+3
2009-05-05tests: rm/one-file-system: umount more reliablyJim Meyering-3/+6
2009-05-03tests: add tests of e.g., date -d 'next monday'Jim Meyering-0/+78
2009-04-28tests: ensure that cp's -a doesn't silence --preserve=contextOndřej Vašík-0/+11
2009-04-28tests: add test for xattr diagnostics on dest. FS lacking xattr supportOndřej Vašík-0/+91
2009-04-24tests: avoid unusual (~1-in-20) failure of a new testJim Meyering-0/+8
2009-04-23sort -m: don't segfault when output file is also an input fileJim Meyering-1/+16
2009-04-22cp: work around linux kernel bug: short-read != EOF on /procJim Meyering-0/+46
2009-04-22tests: avoid new "make distcheck" failure due to newer File::TempJim Meyering-10/+8
2009-04-19tests: avoid failure of install-C test on FreeBSD UFS file systemAurelien Jarno-1/+1
2009-04-09tests: misc/ls-misc: avoid shadowing local decl of $eJim Meyering-4/+4
2009-04-09id: fix infinite loop on some systemsPádraig Brady-0/+29