diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-05-17 10:51:15 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-05-17 15:50:27 +0100 |
commit | 524a86e4f5a2cf1145c18187d4158aec48c87640 (patch) | |
tree | 300f127bcb47ef2d290de388098f11f0f6879a19 /tests | |
parent | 99dfd5a6616cbda93d1c8c917aa3158d8b82c25b (diff) | |
download | coreutils-524a86e4f5a2cf1145c18187d4158aec48c87640.tar.xz |
build: avoid issues with case insensitive file systems
* cfg.mk (sc_case_insensitive_file_names): A new syntax-check rule.
* tests/tail-2/descriptor-vs-rename.sh: Rename from
tests/tail-2/f-vs-rename.sh
* tests/local.mk: Reference the renamed test.
Reported by Jim Meyering.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 2 | ||||
-rwxr-xr-x | tests/tail-2/descriptor-vs-rename.sh (renamed from tests/tail-2/f-vs-rename.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 8d01064bf..bb78796cf 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -172,7 +172,7 @@ all_tests = \ tests/tail-2/inotify-hash-abuse2.sh \ tests/tail-2/F-vs-missing.sh \ tests/tail-2/F-vs-rename.sh \ - tests/tail-2/f-vs-rename.sh \ + tests/tail-2/descriptor-vs-rename.sh \ tests/tail-2/inotify-rotate.sh \ tests/tail-2/inotify-rotate-resources.sh \ tests/chmod/no-x.sh \ diff --git a/tests/tail-2/f-vs-rename.sh b/tests/tail-2/descriptor-vs-rename.sh index 083d71449..083d71449 100755 --- a/tests/tail-2/f-vs-rename.sh +++ b/tests/tail-2/descriptor-vs-rename.sh |