diff options
author | Torsten Bögershausen <tboegi@web.de> | 2013-01-01 22:42:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-01 16:44:57 -0800 |
commit | 279791445b9629d1fc9675cf421e081975ecf4b9 (patch) | |
tree | 804c85d30c20b948800217c3772bcd9c97abf175 /t/t9020-remote-svn.sh | |
parent | e99d012a6bc8b8647a0389d486b5489557364ea6 (diff) | |
download | git-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-x | t/t9020-remote-svn.sh | 4 |
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' ' |