summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-24 04:13:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-25 00:46:42 (GMT)
commit29cc0ef1ab946bc593dbe3a1e71d7b3efa42e0c4 (patch)
tree984159875677acfb138ebac5f2b9dca04259e5f4 /t
parentfd200790dc518f297bfd538a53e232802904f1de (diff)
downloadgit-29cc0ef1ab946bc593dbe3a1e71d7b3efa42e0c4.zip
git-29cc0ef1ab946bc593dbe3a1e71d7b3efa42e0c4.tar.gz
git-29cc0ef1ab946bc593dbe3a1e71d7b3efa42e0c4.tar.bz2
t4119: correct overeager war-on-whitespace
Earlier a6080a0a44d5ead84db3dabbbc80e82df838533d (War on whitespace) dropped a necessary trailing whitespace from the test vector.
Diffstat (limited to 't')
-rwxr-xr-xt/t4119-apply-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4119-apply-config.sh b/t/t4119-apply-config.sh
index 65571e0..b540f72 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 &&