X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0020-crlf.sh;h=2bfeac986eadeca0064b1aee808d08b2f86082c4;hb=1eaa541f5fbda3fc30085da4f75e99dfae4ec9b3;hp=90ea081db666d707246e37affc5676e6c3502741;hpb=60e3cad92ed93120b9e77116163b267fdda44f91;p=git.git diff --git a/t/t0020-crlf.sh b/t/t0020-crlf.sh index 90ea081db..2bfeac986 100755 --- a/t/t0020-crlf.sh +++ b/t/t0020-crlf.sh @@ -5,7 +5,7 @@ test_description='CRLF conversion' . ./test-lib.sh q_to_nul () { - tr Q '\000' + perl -pe 'y/Q/\000/' } q_to_cr () {