Browse Source

t4119: correct overeager war-on-whitespace

Earlier a6080a0a44 (War on whitespace)
dropped a necessary trailing whitespace from the test vector.
maint
Junio C Hamano 17 years ago
parent
commit
29cc0ef1ab
  1. 2
      t/t4119-apply-config.sh

2
t/t4119-apply-config.sh

@ -24,7 +24,7 @@ cat >gpatch.file <<\EOF &&
+++ file1+ 2007-02-21 01:07:44.000000000 -0800 +++ file1+ 2007-02-21 01:07:44.000000000 -0800
@@ -1 +1 @@ @@ -1 +1 @@
-A -A
+B +B
EOF EOF


sed -e 's|file1|sub/&|' gpatch.file >gpatch-sub.file && sed -e 's|file1|sub/&|' gpatch.file >gpatch-sub.file &&

Loading…
Cancel
Save