Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jm/mailmap'
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 31366e10a36be2977f2af4c4b5fe1e8e8f1f21f7..744f4364c2b41724e9c395c386fd8048338a2435 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-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/'
}