]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: add a case verifying mv on case insensitive file systems
authorPádraig Brady <P@draigBrady.com>
Sat, 22 Nov 2014 03:41:55 +0000 (03:41 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 22 Nov 2014 03:46:34 +0000 (03:46 +0000)
commita78819af2873ea7b104366bf72af7c3e5b30782b
tree78d69e4f3306ce613e62c519bbeb74351e49cd05
parent57c8196ef6848962145a70dcc465c239a9998eea
tests: add a case verifying mv on case insensitive file systems

* NEWS: Update the recent entry to also mention the avoidance
of incorrectly unlinking a multi-hardlinked "source" file when
presented with source and dest that only differ in case.
* src/copy.c (same_file_ok): Mention the case issue with same_name().
* tests/mv/hardlink-case.sh: Test the issue on HFS+.
* tests/local.mk: Reference the new test case.
* tests/mv/vfat: Remove an old related but unused test case.
NEWS
src/copy.c
tests/local.mk
tests/mv/hardlink-case.sh [new file with mode: 0755]
tests/mv/vfat [deleted file]