Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jl/submodule-ignore-diff'
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index e8f21d577ce4da474e2a9545a667ff5dc6dc145f..29fd7209cf1aff851f0f1f95ccecd0d949b3da6c 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-256,6
+256,10
@@
q_to_cr () {
tr Q '\015'
}
+q_to_tab () {
+ tr Q '\011'
+}
+
append_cr () {
sed -e 's/$/Q/' | tr Q '\015'
}