[PATCH 4/4] t9020: which is not portable

2013-01-01 Thread Torsten Bögershausen
Use type instead

Signed-off-by: Torsten Bögershausen 
---
 t/t9020-remote-svn.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/t9020-remote-svn.sh b/t/t9020-remote-svn.sh
index 4f2dfe0..dbaecbc 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' '
-- 
1.8.0.197.g5a90748

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 4/4] t9020: which is not portable

2013-01-01 Thread Torsten Bögershausen
Use type instead

Signed-off-by: Torsten Bögershausen 
---
 t/t9020-remote-svn.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/t9020-remote-svn.sh b/t/t9020-remote-svn.sh
index 4f2dfe0..dbaecbc 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' '
-- 
1.8.0.197.g5a90748

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html