t0025: rename the test files
commitb0cdb4dafc8531f16c3e0e0327bc03ca96dad9fe
authorTorsten Bögershausen <tboegi@web.de>
Sun, 29 Jun 2014 06:34:22 +0000 (29 08:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2014 19:40:37 +0000 (8 12:40 -0700)
treee838b257521f707d8496dbac729d6db6b81e0186
parent7fe683480124239ec0ab555c9b529e4c54707d7b
t0025: rename the test files

The current test files are named one, two and three.
Make it clearer what the tests do and rename them into
LFonly, CRLFonly and LFwithNUL.

After the renaming we can see easier that we may want more test cases
for 2 types of files:
- files which have mixed LF and CRLF line endings,
- files which have mixed LF and CR line endings.

See commit fd6cce9e, "Add per-repository eol normalization" and
"the new safer autocrlf handling" in convert.c

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0025-crlf-auto.sh