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 /t/t9020-remote-svn.sh | |
parent | 572b528217adcc7329bd42a6a184067678210679 (diff) | |
parent | 279791445b9629d1fc9675cf421e081975ecf4b9 (diff) | |
download | git-15f1f9a6eb6f4c02c553da4b42121192c8e1ec4d.tar.gz git-15f1f9a6eb6f4c02c553da4b42121192c8e1ec4d.tar.xz |
Merge branch 'tb/test-t9020-no-which'
* tb/test-t9020-no-which:
t9020: which is not portable
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 d7be66a1d..2d2f016f6 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' ' |