commit | 6ecfd91df5ec462aeded967c9ad21912c249f96e | [log] [tgz] |
---|---|---|
author | Brian Gernhardt <benji@silverinsanity.com> | Fri Oct 31 01:09:13 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 31 21:38:48 2008 -0700 |
tree | faa7135734d9905f6cb430abe9561b5f771c0250 | |
parent | df5e91fc2c95e051744ec9b9de66869d2b323037 [diff] |
Avoid using non-portable `echo -n` in tests. Expecting echo to recognise -n is a BSDism. Using printf is far more portable. Discovered on OS X 10.5.5 in t4030-diff-textconv.sh and changed in all the test scripts. Signed-off-by: Brian Gernhardt <benji@silverinsanity.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>