Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t4150 (am): style fix
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index e5523dd690a43fdcf315e7e952d4d316182eeb25..cb15798d17f275d73489d2cbe580e3419657e88b 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-257,6
+257,10
@@
q_to_cr () {
tr Q '\015'
}
+q_to_tab () {
+ tr Q '\011'
+}
+
append_cr () {
sed -e 's/$/Q/' | tr Q '\015'
}