t2004: modernize style
commit9fb7b57f8272a38747d49fe8ecee2e20bb887570
authorEric Sunshine <sunshine@sunshineco.com>
Wed, 24 Dec 2014 09:43:12 +0000 (24 04:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2014 18:52:43 +0000 (29 10:52 -0800)
tree7ad41739f4c5e28e7ecce02df4f14cfaf8460334
parent9a8c2b67cd5a51666f2c0ce3fbbdb08b97b79b3d
t2004: modernize style

In particular:

* indent test body
* place test description on same line as test_expect_*
* place closing quote on its own line
* name output file "actual" rather than "out"
* name setup test "setup" rather than "preparation"

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2004-checkout-cache-temp.sh