From 29cc0ef1ab946bc593dbe3a1e71d7b3efa42e0c4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 23 Nov 2007 20:13:41 -0800 Subject: t4119: correct overeager war-on-whitespace Earlier a6080a0a44d5ead84db3dabbbc80e82df838533d (War on whitespace) dropped a necessary trailing whitespace from the test vector. --- t/t4119-apply-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t4119-apply-config.sh') diff --git a/t/t4119-apply-config.sh b/t/t4119-apply-config.sh index 65571e054..b540f7295 100755 --- a/t/t4119-apply-config.sh +++ b/t/t4119-apply-config.sh @@ -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 && -- cgit v1.2.1