rev-parse test: modernize quoting and whitespace
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 3 Sep 2013 17:05:32 +0000 (10:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Sep 2013 19:54:43 +0000 (12:54 -0700)
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>
No differences found