Browse Source

Merge branch 'tb/test-t9020-no-which' into maint

* tb/test-t9020-no-which:
  t9020: which is not portable
maint
Junio C Hamano 12 years ago
parent
commit
1493bcc775
  1. 4
      t/t9020-remote-svn.sh

4
t/t9020-remote-svn.sh

@ -36,8 +36,8 @@ fi @@ -36,8 +36,8 @@ fi

test_debug '
git --version
which git
which svnrdump
type git
type svnrdump
'

test_expect_success REMOTE_SVN 'simple fetch' '

Loading…
Cancel
Save