projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99d012
)
t9020: which is not portable
author
Torsten Bögershausen
<tboegi@web.de>
Tue, 1 Jan 2013 21:42:03 +0000
(22:42 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 2 Jan 2013 00:44:57 +0000
(16:44 -0800)
Use type instead
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9020-remote-svn.sh
patch
|
blob
|
history
diff --git
a/t/t9020-remote-svn.sh
b/t/t9020-remote-svn.sh
index 4f2dfe0e3d00010679c77e66c81b3ab4509e2522..dbaecbc0329de3d3f71b553f65f6db946b7cb94f 100755
(executable)
--- 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' '