Skip to content

Commit 2797914

Browse files
tboegigitster
authored andcommitted
t9020: which is not portable
Use type instead Signed-off-by: Torsten Bögershausen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e99d012 commit 2797914

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
@@ -32,8 +32,8 @@ fi
3232

3333
test_debug '
3434
git --version
35-
which git
36-
which svnrdump
35+
type git
36+
type svnrdump
3737
'
3838

3939
test_expect_success REMOTE_SVN 'simple fetch' '

0 commit comments

Comments
 (0)