summaryrefslogtreecommitdiff
path: root/tests/mv
AgeCommit message (Expand)Author
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
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering
2010-11-09tests: avoid portability problem with dash vs. symlinked ttysPádraig Brady
2010-09-07tests: make various timeouts more robustPádraig Brady
2010-09-07tests: exclude some tests when running on NFSPádraig Brady
2010-01-23maint: ensure test independence from config macro formatPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering
2009-10-29tests: don't let a fail=1 env. setting induce unwarranted test failureJim Meyering
2009-08-30tests: don't misbehave if $TMPDIR contains spacesPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-02tests: skip mv/i-3 if /dev/stdin is unreadableJim Meyering
2009-02-22tests: reenable temporarily-disabled tests using e.g., trap '' TTOUJim Meyering
2009-02-21tests: skip newly-modified tests unconditionally, just to be safeJim Meyering
2009-02-21tests: don't let SIGTTOU/TTIN hang a backgrounded "make check"Jim Meyering
2009-02-18add missing copyright datesEric Blake
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-09-10fix minor shell issues in test suiteRalf Wildenhues