t/t7003: replace \t with literal tab in sed expression
commit0d1d6e50cf3401874b50b77aa1dc0e33357a1556
authorBrandon Casey <drafnel@gmail.com>
Thu, 12 Aug 2010 20:55:54 +0000 (12 15:55 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Aug 2010 22:35:04 +0000 (12 15:35 -0700)
treed173569ca1dc8d1b3e73c496d95dcbde6058ac06
parent6e2a09d24b2634cdfec3395122cd4a07eb517b0d
t/t7003: replace \t with literal tab in sed expression

The sed utilities on IRIX and Solaris do not interpret the sequence '\t'
to mean a tab character;  they read a literal character 't'.  So, use a
literal tab instead.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh