diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-10 14:10:36 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-10 14:10:36 -0800 |
commit | 1493bcc775b9216524d98a332974b6e610120b34 (patch) | |
tree | 94f65b425a76480558b6493f8477bab02f1bd391 /t | |
parent | 3129891bbc77426c616ad6ed04b21b84465749a9 (diff) | |
parent | 279791445b9629d1fc9675cf421e081975ecf4b9 (diff) | |
download | git-1493bcc775b9216524d98a332974b6e610120b34.tar.gz |
Merge branch 'tb/test-t9020-no-which' into maint
* tb/test-t9020-no-which:
t9020: which is not portable
Diffstat (limited to 't')
-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' ' |