Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-11 02:10:36 +0400
committerJunio C Hamano <gitster@pobox.com>2013-01-11 02:10:36 +0400
commit1493bcc775b9216524d98a332974b6e610120b34 (patch)
tree94f65b425a76480558b6493f8477bab02f1bd391 /t
parent3129891bbc77426c616ad6ed04b21b84465749a9 (diff)
parent279791445b9629d1fc9675cf421e081975ecf4b9 (diff)
Merge branch 'tb/test-t9020-no-which' into maint
* 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' '