t4013: prepare for upcoming "diff --raw --abbrev" output format change
authorAnn T Ropea <redacted>
Sun, 3 Dec 2017 21:27:41 +0000 (22:27 +0100)
committerJunio C Hamano <redacted>
Wed, 6 Dec 2017 15:32:59 +0000 (07:32 -0800)
commitb4c02c3008e2ebe8f214c44889d22cfc46252b60
tree8dbd15987a832c54ba372cc98bebffd37c99540c
parentca69d4d5b14245c9ba4535212c4f4a0621e78ffa
t4013: prepare for upcoming "diff --raw --abbrev" output format change

Most of the t4013 tests go through a list of sample command lines,
and each of them is executed and its output compared with an
expected one stored in t4013/ directory.  Allow these lines to begin
with a colon followed by magic word(s) so that test conditions can
easily be tweaked.

The expected use that will happen in later steps of this is to run
tests expecting the traditional output and run the same test without
the GIT_PRINT_SHA1_ELLIPSIS=yes environment exported for (perhaps
some of) them, which will have to expect different output.  Since
all of the existing tests are meant to run with the environment,
use the magic word "noellipses" to cause the variable not to be set
and exported.

As this step does not add any new test with the magic word, all
tests still run with the environment variable, expecting the
traditional output, but it will change soon.

Based-on-patch-by: Junio C Hamano <redacted>
Signed-off-by: Ann T Ropea <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t4013-diff-various.sh
git clone https://git.99rst.org/PROJECT