From: Todd Zullinger Date: Wed, 13 Jun 2018 03:10:37 +0000 (-0400) Subject: git-credential-netrc: minor whitespace cleanup in test script X-Git-Tag: v2.19.0-rc0~170^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94a2bb56b34eaed77a6d21962999716c2104be1a;p=thirdparty%2Fgit.git git-credential-netrc: minor whitespace cleanup in test script Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- 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' # The external test will outputs its own plan test_external_has_tap=1 test_external \ - 'git-credential-netrc' \ - perl "$TEST_DIRECTORY"/../contrib/credential/netrc/test.pl + 'git-credential-netrc' \ + perl "$TEST_DIRECTORY"/../contrib/credential/netrc/test.pl test_done )