git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] t9020: which is not portable
@ 2013-01-01 21:42 Torsten Bögershausen
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Bögershausen @ 2013-01-01 21:42 UTC (permalink / raw)
  To: git; +Cc: tboegi

Use type instead

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 4/4] t9020: which is not portable
@ 2013-01-01 21:42 Torsten Bögershausen
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Bögershausen @ 2013-01-01 21:42 UTC (permalink / raw)
  To: git; +Cc: tboegi

Use type instead

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-01 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 21:42 [PATCH 4/4] t9020: which is not portable Torsten Bögershausen
  -- strict thread matches above, loose matches on Subject: below --
2013-01-01 21:42 Torsten Bögershausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).