summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-01-08 13:23:00 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-01-08 13:23:01 -0800
commit15f1f9a6eb6f4c02c553da4b42121192c8e1ec4d (patch)
tree975b53c2ef0944619d3d94cde5102015d8dd9a17 /t
parentMerge branch 'jk/maint-fast-import-doc-dedup-done' (diff)
parentt9020: which is not portable (diff)
downloadtgif-15f1f9a6eb6f4c02c553da4b42121192c8e1ec4d.tar.xz
Merge branch 'tb/test-t9020-no-which'
* tb/test-t9020-no-which: t9020: which is not portable
Diffstat (limited to 't')
-rwxr-xr-xt/t9020-remote-svn.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9020-remote-svn.sh b/t/t9020-remote-svn.sh
index d7be66a1d6..2d2f016f6f 100755
--- a/t/t9020-remote-svn.sh
+++ b/t/t9020-remote-svn.sh
@@ -36,8 +36,8 @@ fi
test_debug '
git --version
- which git
- which svnrdump
+ type git
+ type svnrdump
'
test_expect_success REMOTE_SVN 'simple fetch' '