remote-bzr: avoid echo -n

It's not portable, as reported by test-lint.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-04-04 09:36:16 -06:00 committed by Junio C Hamano
parent cc3e4eba72
commit afeb525980

View File

@ -136,7 +136,7 @@ test_expect_success 'special modes' '
(cd gitrepo &&
git cat-file -p HEAD:link > ../actual) &&
echo -n content > expected &&
printf content > expected &&
test_cmp expected actual
'