t4029: fix test indentation

We typically indent our tests with a single tab, partially so that we
can take advantage of indented heredocs.  Make this change and move the
quote marks to be in the typical position for our tests.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
brian m. carlson 2018-05-21 02:01:39 +00:00 committed by Junio C Hamano
parent 10c636a79a
commit 7022ba336d

View File

@ -18,9 +18,8 @@ index 5f6a263..8cb8bae 100644
EOF
exit 1
test_expect_success \
"$test_description" \
'printf "\nx\n" > f &&
test_expect_success "$test_description" '
printf "\nx\n" > f &&
git add f &&
git commit -q -m. f &&
printf "\ny\n" > f &&