test-bzr: portable shell and utf-8 strings for Mac OS
commit924f6c3d3931ea782b0f9abee7b8012fe8e5e0fb
authorTorsten Bögershausen <tboegi@web.de>
Fri, 12 Apr 2013 21:18:20 +0000 (12 23:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 21:58:08 +0000 (12 14:58 -0700)
tree4f17a611e11f912715d66fc17e40b6025a801f27
parentcaa7d79f1f7c9940acfaf161b9b84bbf81980d95
test-bzr: portable shell and utf-8 strings for Mac OS

Make the shell script more portable:
- Split export X=Y into 2 lines
- Use printf instead of echo -e

Use UTF-8 code points which are not decomposed by the filesystem:
 Code points like "á" will be decomposed by Mac OS X.
 bzr is unable to find the file "á" on disk.
 Use code points from unicode which can not be decomposed.
 In other words, the precompsed form use the same bytes as decomposed.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Acked-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/test-bzr.sh