summaryrefslogtreecommitdiff
path: root/tests/mv
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-01-19tests: avoid false failure due to remove() ignoring u-w on NFSPádraig Brady
2016-01-13mv: fix data loss with repeated source dir and same destinationPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-10tests: ensure programs are built before testingPádraig Brady
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady
2015-07-02tests: avoid false failures on OpenBSD 5.7Pádraig Brady
2015-05-11tests: cleanup background processes upon interruptionPádraig Brady
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady
2014-03-26mv: fix issues with previous prompt adjustmentsPádraig Brady
2014-03-24cp: improve quality of overwrite promptPaul Eggert
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-07-25mv: replace empty directories in cross file system moveKen Booth
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-09-05build: don't use recursive make for tests/ subdirectoryStefano Lattarini
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini
2012-05-08maint: fix common spelling errorsKevin Lyda
2012-04-04tests: remove nearly all remaining backticksJim Meyering
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering
2012-01-30mv: allow moving symlink onto same-inode dest with >= 2 hard linksJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-09tests: more automated quote adjustmentJim Meyering
2012-01-09tests: change `...' to '...' on lines not matching /[=\$]/Jim Meyering
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering
2012-01-07maint: update quoting of "Try `prog --help'" to "Try 'prog --help'"Jim Meyering
2012-01-05tests: adjust setfacl usage to accommodate Solaris 10Jim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-11-22tests: use "compare exp out", not "compare out exp"Jim Meyering
2011-11-22tests: use compare, not "diff", in a few stray testsJim Meyering
2011-08-08tests: complete the renaming framework_failure -> framework_failure_Stefano Lattarini
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering
2011-05-13tests: use skip_test_, not skip_Jim Meyering
2011-04-04tests: convert common root-build test failure to a "skip"Jim Meyering
2011-02-04tests: skip mv/i-3 on FreeBSD to avoid spurious failureJim Meyering
2011-01-28tests: remove obsolete uses of "$$" in temporary file namesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-22maint: correct test-related commentsJim Meyering
2010-12-22tests: mv/i-3: avoid false-positive failure on a slow/busy systemJim Meyering
2010-12-21tests: avoid new false-positive failure on at least FreeBSD 8.1Jim Meyering
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert