Browse Source

t9020: which is not portable

Use type instead

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Torsten Bögershausen 12 years ago committed by Junio C Hamano
parent
commit
279791445b
  1. 4
      t/t9020-remote-svn.sh

4
t/t9020-remote-svn.sh

@ -32,8 +32,8 @@ fi @@ -32,8 +32,8 @@ fi

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

test_expect_success REMOTE_SVN 'simple fetch' '

Loading…
Cancel
Save