Eric Sunshine wrote:
> On Tue, Jun 12, 2018 at 11:10 PM, Todd Zullinger <[email protected]> wrote:
>> Signed-off-by: Todd Zullinger <[email protected]>
>> ---
>> diff --git a/contrib/credential/netrc/t-git-credential-netrc.sh
>> b/contrib/credential/netrc/t-git-credential-netrc.sh
>> index 58191a62f8..c5661087fe 100755
>> --- a/contrib/credential/netrc/t-git-credential-netrc.sh
>> +++ b/contrib/credential/netrc/t-git-credential-netrc.sh
>> @@ -17,15 +17,15 @@
>> # set up test repository
>>
>> test_expect_success \
>> - 'set up test repository' \
>> - 'git config --add gpg.program test.git-config-gpg'
>> + 'set up test repository' \
>> + 'git config --add gpg.program test.git-config-gpg'
>
> Since you're touching all the tests in this script anyhow, perhaps
> modernize them so the title and opening quote of the test body are on
> the same line as test_expect_success, and the closing body quote is on
> a line of its own?
>
> test_expect_sucess 'setup test repository' '
> ...test body...
> '
>
> I also changed "set up" to "setup" to follow existing practice.
>
> (Not necessarily worth a re-roll.)
These tests were based on similar test_external tests which
use perl. like t0202 & t9700. Both examples use the same
formatting (and use of 'set up'). Perhaps a later clean up
can adjust all three tests?
--
Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How can I tell that the past isn't a fiction designed to account for
the discrepancy between my immediate physical sensation and my state
of mind?
-- Douglas Adams