Skip to content

Commit

Permalink
t9020: which is not portable
Browse files Browse the repository at this point in the history
Use type instead

Signed-off-by: Torsten Bögershausen <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
tboegi authored and gitster committed Jan 2, 2013
1 parent e99d012 commit 2797914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t9020-remote-svn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ fi

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

test_expect_success REMOTE_SVN 'simple fetch' '
Expand Down

0 comments on commit 2797914

Please sign in to comment.