From: Junio C Hamano Date: Sat, 23 May 2009 06:06:58 +0000 (-0700) Subject: t4007: modernize the style X-Git-Tag: v1.6.4-rc0~45^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aceae2ef9261718324bf1853401d5ee9686a54a8?hp=aceae2ef9261718324bf1853401d5ee9686a54a8 t4007: modernize the style This is one of the oldest scripts; update it to match more modern style. Notably, we should: - Put the test title on the same line as the "test_expect_success", and end the line with a single-quote to begin the body of the test which is one multi-line string; and - Run as many commands inside test_expect_success, not outside, to catch unexpected breakages. Signed-off-by: Junio C Hamano ---