chiark / gitweb /
test suite: gitattributes: Test working-tree-encoding suppression
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 20 Jun 2018 12:31:36 +0000 (13:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 20 Jun 2018 13:29:38 +0000 (14:29 +0100)
commit37dc8e5f1c9aec0d5b517a36ab465fc6c64155db
treea8cef413ec6a0c6bcaeacb9ec1150fd34c53b01b
parent8417abd83a6d2659bd556476ddee0a232d579eca
test suite: gitattributes: Test working-tree-encoding suppression

Put a UTF-8 BOM in the middle of the test files, and some gitattribute
settings for working-tree-encoding.  `ISO-8859-1' produces file
corruption.  `UTF-16' produces an error since it doesn't specify BE or
LE, and the file lacks a BOM at the start.

Part of the fix to #901900.  This introduces the desired test failure.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/gitattributes