Merge branch 'tb/test-t9020-no-which' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 22:10:36 +0000 (14:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 22:10:36 +0000 (14:10 -0800)
* tb/test-t9020-no-which:
t9020: which is not portable

t/t9020-remote-svn.sh
index d7be66a1d66006b099ff98225efb3ed1849f7b30..2d2f016f6f8b151f10b08e4419dc6d3bdef3d0a8 100755 (executable)
@@ -36,8 +36,8 @@ fi
 
 test_debug '
        git --version
-       which git
-       which svnrdump
+       type git
+       type svnrdump
 '
 
 test_expect_success REMOTE_SVN 'simple fetch' '