t4119: correct overeager war-on-whitespace

Earlier a6080a0a44 (War on whitespace)
dropped a necessary trailing whitespace from the test vector.
This commit is contained in:
Junio C Hamano 2007-11-23 20:13:41 -08:00
parent fd200790dc
commit 29cc0ef1ab

View 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 &&