summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-09-01ls -i: print consistent inode numbers also for mount pointsJim Meyering
2009-08-30tests: don't misbehave if $TMPDIR contains spacesPádraig Brady
2009-08-29tests: other-fs-tmpdir: don't misbehave for quote-unfriendly $TMPDIRJim Meyering
2009-08-29tests: cp/reflink-auto guard against a pathological $TMPDIRJim Meyering
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-28dd: detect closed stderrEric Blake
2009-08-26tests: mkdir/selinux: avoid spurious failure on some SELinux systemsJim Meyering
2009-08-26tests: tail-2/assert: avoid risk of race conditionJim Meyering
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-23tests: skip (don't fail) a cp test, upon mount-related failureJim Meyering
2009-08-20tests: skip the stdbuf tests when the abs build directory name is bogusJim Meyering
2009-08-19tests: make install-C slightly less prone to confusionJim Meyering
2009-08-18tests: stdbuf: fix a bug in test scriptJim Meyering
2009-08-16tests: tail-2/append-only: don't discard stderrJim Meyering
2009-08-14tests: skip the misc/stdbuf test if stdbuf was not builtJim Meyering
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady
2009-08-13tests: raise ulimit virt-mem limit to avoid new failureJim Meyering
2009-08-12tests: improve one of the tail --pid testsPádraig Brady
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering
2009-08-04cp -pP (and e.g., -a): preserve time stamps on symlinks, tooJim Meyering
2009-07-30tests: new function: require_openat_support_Jim Meyering
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady
2009-07-30tests: test for just-fixed tail --pid bugJim Meyering
2009-07-29maint: update sleep.c's copyright year listJim Meyering
2009-07-27tests: new test for bug in ls -1U dir arg ...Jim Meyering
2009-07-09tests: avoid false-positive cp/link-heap failureJim Meyering
2009-07-04tests: refactor code to use require_proc_pid_status_Giuseppe Scrivano
2009-07-04tests: use the "nobody" user's group as the default group idGiuseppe Scrivano
2009-07-03sort: allow SI and IEC units on separate human sort fieldsPádraig Brady
2009-07-03tests: tail-2/wait: rename internal file nameJim Meyering
2009-07-03tests: tail-2/wait: don't fail when run as rootGiuseppe Scrivano
2009-06-27stdbuf: fix to stop -i option causing an assertionPádraig Brady
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-06-23maint: remove old TODO filesJim Meyering
2009-06-23tests: tail-2/pid: include more info upon failureJim Meyering
2009-06-17stdbuf: A new program to run a command with modified stdio bufferingPádraig Brady
2009-06-15maint: revert last change: we're not ready for "local" in scripts, yetJim Meyering
2009-06-15use a local var: more readableJim Meyering
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano
2009-06-13sort: Ignore fields where end position is before the start positionCliff Miller
2009-06-11tests: ls --color, permissions override hardlink coloringPádraig Brady
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka
2009-06-02chroot: make --groups= work without --userspec=; be more robustJim Meyering
2009-06-02chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:GJim Meyering
2009-06-02tests: use "nobody" as the default group name in chroot testJim Meyering
2009-05-26sort: new --human-numeric-sort option to sort KiB MB etc.Michael Speer
2009-05-26chroot: accept new options --userspec=U:G and --groups=G1,G2,G3Giuseppe Scrivano