X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4119-apply-config.sh;h=b540f7295a1bb48bf044d297201b07aca9fb5005;hb=7fec10b7f41fa32e71aa6377bd04cd7c6fb419e0;hp=edae7056e409fb2314bd1db1b4689f55ed08248b;hpb=90c88a698e8bf36ff5812a177f8b6c2f878f229c;p=git.git diff --git a/t/t4119-apply-config.sh b/t/t4119-apply-config.sh index edae7056e..b540f7295 100755 --- a/t/t4119-apply-config.sh +++ b/t/t4119-apply-config.sh @@ -3,7 +3,7 @@ # Copyright (c) 2007 Junio C Hamano # -test_description='git-apply --whitespace=strip and configuration file. +test_description='git apply --whitespace=strip and configuration file. ' @@ -24,7 +24,7 @@ cat >gpatch.file <<\EOF && +++ file1+ 2007-02-21 01:07:44.000000000 -0800 @@ -1 +1 @@ -A -+B ++B EOF sed -e 's|file1|sub/&|' gpatch.file >gpatch-sub.file &&