From: Felipe Contreras Date: Tue, 3 Sep 2013 17:05:32 +0000 (-0700) Subject: rev-parse test: modernize quoting and whitespace X-Git-Tag: v1.8.5-rc0~119^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dfb1dc5c336f3fa709e32ce178525768713747f2?hp=dfb1dc5c336f3fa709e32ce178525768713747f2 rev-parse test: modernize quoting and whitespace Instead of cramming everything in one line, put the test body in an indented block after the opening test_expect_success line and quote and put the closing quote on a line by itself. Use single-quote instead of double-quote to quote the test body for more useful --verbose output. Signed-off-by: Felipe Contreras Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---