t5562: avoid non-portable "export FOO=bar" construct
commiteebfe409628e337e283d57a870f52ae0d0e0de34
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Sat, 28 Jul 2018 22:51:28 +0000 (28 23:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2018 18:25:40 +0000 (30 11:25 -0700)
treea9aa41c11515fb7c55f1568b12b2ac4762f3b2de
parent6c213e863aeb0af078bf82deefb22da20427c2ab
t5562: avoid non-portable "export FOO=bar" construct

Commit 6c213e863a ("http-backend: respect CONTENT_LENGTH for
receive-pack", 2018-07-27) adds a test which uses the non-portable
export construct. Replace it with "FOO=bar && export FOO" instead.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5562-http-backend-content-length.sh