aboutsummaryrefslogtreecommitdiff
path: root/t/t9020-remote-svn.sh
diff options
context:
space:
mode:
authorTorsten Bögershausen <tboegi@web.de>2013-01-01 22:42:03 +0100
committerJunio C Hamano <gitster@pobox.com>2013-01-01 16:44:57 -0800
commit279791445b9629d1fc9675cf421e081975ecf4b9 (patch)
tree804c85d30c20b948800217c3772bcd9c97abf175 /t/t9020-remote-svn.sh
parente99d012a6bc8b8647a0389d486b5489557364ea6 (diff)
downloadgit-279791445b9629d1fc9675cf421e081975ecf4b9.tar.gz
git-279791445b9629d1fc9675cf421e081975ecf4b9.tar.xz
t9020: which is not portable
Use type instead Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9020-remote-svn.sh')
-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 4f2dfe0e3..dbaecbc03 100755
--- a/t/t9020-remote-svn.sh
+++ b/t/t9020-remote-svn.sh
@@ -32,8 +32,8 @@ fi
test_debug '
git --version
- which git
- which svnrdump
+ type git
+ type svnrdump
'
test_expect_success REMOTE_SVN 'simple fetch' '