summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-10 22:10:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-10 22:10:36 (GMT)
commit1493bcc775b9216524d98a332974b6e610120b34 (patch)
tree94f65b425a76480558b6493f8477bab02f1bd391
parent3129891bbc77426c616ad6ed04b21b84465749a9 (diff)
parent279791445b9629d1fc9675cf421e081975ecf4b9 (diff)
downloadgit-1493bcc775b9216524d98a332974b6e610120b34.zip
git-1493bcc775b9216524d98a332974b6e610120b34.tar.gz
git-1493bcc775b9216524d98a332974b6e610120b34.tar.bz2
Merge branch 'tb/test-t9020-no-which' into maint
* tb/test-t9020-no-which: t9020: which is not portable
-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 d7be66a..2d2f016 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' '