the use of 'tr' in the test suite isn't really portable
commit3175b0cfc1392de1ff00c01796f85b92df317cc8
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 17 Dec 2007 22:28:46 +0000 (17 23:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2007 04:49:18 +0000 (17 20:49 -0800)
tree35249d47fa8f8864d3bc1a96eb4b1aa82dac95c6
parent68e6a4f80d4bea2d281c30fa2bbcd4968b0ccc4e
the use of 'tr' in the test suite isn't really portable

Some versions of 'tr' only accept octal codes if entered with three digits,
and therefor misinterpret the '\0' in the test suite.

Some versions of 'tr' reject the (needless) use of character classes.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh
t/diff-lib.sh
t/t0020-crlf.sh
t/t1300-repo-config.sh
t/t3300-funny-names.sh
t/t4020-diff-external.sh
t/t4103-apply-binary.sh
t/t4116-apply-reverse.sh
t/t4200-rerere.sh
t/t5300-pack-object.sh
test-sha1.sh