diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-10 15:26:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-10 15:26:05 -0700 |
commit | 45c0c21eb96ce45f05ffbe8600adf6ac65086415 (patch) | |
tree | afd003477f8dbb33710bb193522c0c85af9cc1c1 /t/t5500-fetch-pack.sh | |
parent | 8ffc9d26e41f1ce23acbaee0f14419d99677b5f9 (diff) | |
parent | e256eec79d375649ecda7cc21b527386898794a4 (diff) | |
download | git-45c0c21eb96ce45f05ffbe8600adf6ac65086415.tar.gz |
Merge branch 'jk/shell-portability'
test fixes.
* jk/shell-portability:
t5500 & t7403: lose bash-ism "local"
test-lib: add in-shell "env" replacement
Diffstat (limited to 't/t5500-fetch-pack.sh')
-rwxr-xr-x | t/t5500-fetch-pack.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh index 91a69fc33a..82d913a6a8 100755 --- a/t/t5500-fetch-pack.sh +++ b/t/t5500-fetch-pack.sh @@ -558,7 +558,6 @@ check_prot_path () { } check_prot_host_port_path () { - local diagport case "$2" in *ssh*) pp=ssh |