diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-08 13:23:00 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-08 13:23:01 -0800 |
commit | 15f1f9a6eb6f4c02c553da4b42121192c8e1ec4d (patch) | |
tree | 975b53c2ef0944619d3d94cde5102015d8dd9a17 | |
parent | Merge branch 'jk/maint-fast-import-doc-dedup-done' (diff) | |
parent | t9020: which is not portable (diff) | |
download | tgif-15f1f9a6eb6f4c02c553da4b42121192c8e1ec4d.tar.xz |
Merge branch 'tb/test-t9020-no-which'
* tb/test-t9020-no-which:
t9020: which is not portable
-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 d7be66a1d6..2d2f016f6f 100755 --- a/t/t9020-remote-svn.sh +++ b/t/t9020-remote-svn.sh @@ -36,8 +36,8 @@ fi test_debug ' git --version - which git - which svnrdump + type git + type svnrdump ' test_expect_success REMOTE_SVN 'simple fetch' ' |