X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft4119-apply-config.sh;h=3c73a783a7e908070308fb1f972f6b5d152e12a4;hb=7ed3fed33dd71adad863d350b7a501a12cb94d07;hp=b540f7295a1bb48bf044d297201b07aca9fb5005;hpb=c477553b2f4f621216b25800e121af52e0750087;p=git.git diff --git a/t/t4119-apply-config.sh b/t/t4119-apply-config.sh index b540f7295..3c73a783a 100755 --- a/t/t4119-apply-config.sh +++ b/t/t4119-apply-config.sh @@ -19,12 +19,12 @@ test_expect_success setup ' ' # Also handcraft GNU diff output; note this has trailing whitespace. -cat >gpatch.file <<\EOF && +tr '_' ' ' >gpatch.file <<\EOF && --- file1 2007-02-21 01:04:24.000000000 -0800 +++ 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 &&