Skip to content

Commit 1493bcc

Browse files
committed
Merge branch 'tb/test-t9020-no-which' into maint
* tb/test-t9020-no-which: t9020: which is not portable
2 parents 3129891 + 2797914 commit 1493bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9020-remote-svn.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ fi
3636

3737
test_debug '
3838
git --version
39-
which git
40-
which svnrdump
39+
type git
40+
type svnrdump
4141
'
4242

4343
test_expect_success REMOTE_SVN 'simple fetch' '

0 commit comments

Comments
 (0)