git-credential-netrc: minor whitespace cleanup in test script

Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Todd Zullinger committed Jun 12, 2018 at 23:10 UTC 94a2bb56b34eaed77a6d21962999716c2104be1a
1 file changed +4 -4
contrib/credential/netrc/t-git-credential-netrc.sh
+4 -4
@@ -17,15 +17,15 @@
17 # set up test repository
18
19 test_expect_success \
20 - 'set up test repository' \
21 - 'git config --add gpg.program test.git-config-gpg'
20 + 'set up test repository' \
21 + 'git config --add gpg.program test.git-config-gpg'
22
23 # The external test will outputs its own plan
24 test_external_has_tap=1
25
26 test_external \
27 - 'git-credential-netrc' \
28 - perl "$TEST_DIRECTORY"/../contrib/credential/netrc/test.pl
27 + 'git-credential-netrc' \
28 + perl "$TEST_DIRECTORY"/../contrib/credential/netrc/test.pl
29
30 test_done
31 )