rev-parse test: modernize quoting and whitespace
commitdfb1dc5c336f3fa709e32ce178525768713747f2
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 3 Sep 2013 17:05:32 +0000 (3 10:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Sep 2013 19:54:43 +0000 (3 12:54 -0700)
tree0e314e234ef40734db83f1e03afecd306f06e8af
parente230c568c4b9a991e3175e5f65171a566fd8e39c
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 <felipe.contreras@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6101-rev-parse-parents.sh