Skip to content

Commit

Permalink
t4119: correct overeager war-on-whitespace
Browse files Browse the repository at this point in the history
Earlier a6080a0 (War on whitespace)
dropped a necessary trailing whitespace from the test vector.
  • Loading branch information
Junio C Hamano committed Nov 25, 2007
1 parent fd20079 commit 29cc0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t4119-apply-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 29cc0ef

Please sign in to comment.