Skip to content

Commit 94a2bb5

Browse files
tmzullingergitster
authored andcommitted
git-credential-netrc: minor whitespace cleanup in test script
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 627be15 commit 94a2bb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/credential/netrc/t-git-credential-netrc.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
# set up test repository
1818

1919
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'
2222

2323
# The external test will outputs its own plan
2424
test_external_has_tap=1
2525

2626
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
2929

3030
test_done
3131
)

0 commit comments

Comments
 (0)