pack-objects: remove redundant and wrong call to deflateEnd()
[gitweb.git] / t / t0020-crlf.sh
index 62bc4bb077d06920509228b9fcd6464472e96dc2..89baebdfa69648c92f0a88c6f227059742b07ae9 100755 (executable)
@@ -5,7 +5,7 @@ test_description='CRLF conversion'
 . ./test-lib.sh
 
 q_to_nul () {
-       tr Q '\0'
+       tr Q '\000'
 }
 
 append_cr () {