t4008: modernise style
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 22:21:04 +0000 (14:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 23:38:16 +0000 (15:38 -0800)
Update this ancient test script to a more modern style in which the
expected result is prepared inside the body of the test that uses
it. Also, instead of using $tree, a shell variable, throughout the
test script, create a tag that points at it, to make it easier to
manually debug the test script in its trash directory.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found