diff options
author | Brad King <brad.king@kitware.com> | 2011-11-16 16:26:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-11-16 16:26:10 (GMT) |
commit | 8302608a744c3a4df3495f8db88784fb3f04660f (patch) | |
tree | a0cd96726251b7e4f00ffebde68633f9c21ba20d /Tests/CMakeTests/.gitattributes | |
parent | 9fb1a9cf1dc45672b38350f2c4ae560359521566 (diff) | |
download | CMake-8302608a744c3a4df3495f8db88784fb3f04660f.zip CMake-8302608a744c3a4df3495f8db88784fb3f04660f.tar.gz CMake-8302608a744c3a4df3495f8db88784fb3f04660f.tar.bz2 |
Fix CMake.File hash test for CRLF checkouts
Use a dedicated test input file for the file() hash API tests.
Set attribute crlf=input so it is always checked out correctly.
Diffstat (limited to 'Tests/CMakeTests/.gitattributes')
-rw-r--r-- | Tests/CMakeTests/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/.gitattributes b/Tests/CMakeTests/.gitattributes new file mode 100644 index 0000000..c34e350 --- /dev/null +++ b/Tests/CMakeTests/.gitattributes @@ -0,0 +1 @@ +File-HASH-Input.txt crlf=input |