summaryrefslogtreecommitdiffstats
path: root/tests/mv
AgeCommit message (Expand)AuthorLines
2025-03-23mv: port test to OpenBSD 7.5Paul Eggert-3/+12
2025-01-20tests: remove use of unprotected 'set'Pádraig Brady-2/+2
2025-01-06cp,mv: ensure -i,f are not overridden by -uPádraig Brady-4/+16
2025-01-01maint: update all copyright year number rangesPádraig Brady-44/+44
2024-05-03cp: actually support --update=none-failPádraig Brady-0/+11
2024-03-24tests: avoid false failure on new mv --exchange testPádraig Brady-1/+4
2024-03-20mv: new option --exchangePaul Eggert-0/+41
2024-03-05mv: revert add --swap (-x) optionPádraig Brady-47/+0
2024-03-03mv: add --swap (-x) option to atomically swap 2 pathsPetr Malat-0/+47
2024-02-26cp,mv: add --update=none-fail to fail if existing filesPádraig Brady-4/+12
2024-02-26cp,mv: reinstate that -n exits with success if files skippedPádraig Brady-6/+5
2024-01-01maint: update all copyright year number rangesPádraig Brady-43/+43
2023-07-22mv: better diagnostic for 'mv dir x' failurePaul Eggert-1/+1
2023-04-25copy: reduce verbosity of -i and -u with --verbosePádraig Brady-5/+4
2023-04-08cp,mv: issue "skipped" messages when skipping filesPádraig Brady-3/+11
2023-04-08cp,mv: add --update=none to always skip existing filesPádraig Brady-16/+31
2023-01-31cp,mv: skipping due to -u is success, not failurePaul Eggert-2/+1
2023-01-31cp,ln,mv: when skipping exit with nonzero statusPaul Eggert-7/+8
2023-01-27tests: ensure we fail if mv --no-copy crashesPádraig Brady-2/+2
2023-01-27mv: new option --no-copyPaul Eggert-0/+33
2023-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2022-04-20mv: test Bug#55029Paul Eggert-0/+6
2022-01-29mv: when installing to dir use dir-relative namesPaul Eggert-2/+2
2022-01-02maint: update all copyright year number rangesPádraig Brady-42/+42
2021-12-10mv: Bug#52410 fixPaul Eggert-0/+5
2021-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2020-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2019-01-01maint: update all copyright year number rangesAssaf Gordon-42/+42
2018-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2017-09-24copy: revert recent patch for vulnerable dirsPaul Eggert-38/+0
2017-09-19maint: fix new syntax check failures from copy restrictionsPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-43/+43
2017-09-19copy: check for vulnerable target dirsPaul Eggert-0/+38
2017-08-29tests: don't fail tests when failing to write filesPádraig Brady-8/+8
2017-08-03copy: more-accurate warning about destructionPaul Eggert-1/+1
2017-08-01copy: go back to failing 'cp --backup a~ a'Paul Eggert-8/+15
2017-07-30copy: make backup files more reliablyPaul Eggert-15/+8
2017-05-18mv: distinguish copy and rename operations with --verbosePádraig Brady-2/+5
2017-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2016-01-19tests: avoid false failure due to remove() ignoring u-w on NFSPádraig Brady-1/+1
2016-01-13mv: fix data loss with repeated source dir and same destinationPádraig Brady-10/+36
2016-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2015-11-10tests: ensure programs are built before testingPádraig Brady-1/+1
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady-2/+2
2015-07-02tests: avoid false failures on OpenBSD 5.7Pádraig Brady-1/+1
2015-05-11tests: cleanup background processes upon interruptionPádraig Brady-1/+4
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady-17/+19
2015-01-01maint: update all copyright year number rangesPádraig Brady-42/+42
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady-64/+37
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto-72/+48