diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index dc070f8d58..4a8bac282b 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -87,6 +87,10 @@ q_to_cr () { tr Q '\015' } +q_to_tab () { + tr Q '\011' +} + qz_to_tab_space () { tr QZ '\011\040' }