Merge branch 'jm/mailmap'
[gitweb.git] / t / test-lib.sh
index 31366e10a36be2977f2af4c4b5fe1e8e8f1f21f7..744f4364c2b41724e9c395c386fd8048338a2435 100644 (file)
@@ -248,6 +248,10 @@ test_decode_color () {
                -e 's/.\[m/<RESET>/g'
 }
 
+nul_to_q () {
+       perl -pe 'y/\000/Q/'
+}
+
 q_to_nul () {
        perl -pe 'y/Q/\000/'
 }