Skip to content

Commit

Permalink
remote-bzr: avoid echo -n
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Apr 4, 2013
1 parent cc3e4eb commit afeb525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/remote-helpers/test-bzr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
'

Expand Down

0 comments on commit afeb525

Please sign in to comment.