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:
parent
cc3e4eba72
commit
afeb525980
@ -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
|
||||
'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user