t4014: s/expected/expect/
commitb562a54c011a3ef9966ec3d6ac5cfc3a3256f003
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:04:52 +0000 (27 00:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 19:58:52 +0000 (5 12:58 -0700)
tree5fe7a2dca1a8b54537aecf27a27529584c9aa3f0
parentfe49814409cb2b3ab557964017c21526ae20726e
t4014: s/expected/expect/

For test cases, the usual convention is to name expected output files
"expect", not "expected". Replace all instances of "expected" with
"expect", except for one case where the "expected" is used as the name
of a test case.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh