Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jl/add-p-reverse-message' into maint
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 49527a675b15c05344e101de98b1d3335b9c983f..c6afebb00d02808f2a990347c8b0479d825cce5b 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-281,6
+281,10
@@
test_decode_color () {
'
}
+nul_to_q () {
+ perl -pe 'y/\000/Q/'
+}
+
q_to_nul () {
perl -pe 'y/Q/\000/'
}