File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ test_expect_success 'override config option -n' '
371371 git merge --summary c2 >diffstat.txt &&
372372 verify_merge file result.1-5 msg.1-5 &&
373373 verify_parents $c1 $c2 &&
374- if ! grep -e "^ file | \+ 2 +-$" diffstat.txt
374+ if ! grep -e "^ file | * 2 +-$" diffstat.txt
375375 then
376376 echo "[OOPS] diffstat was not generated"
377377 fi
@@ -386,7 +386,7 @@ test_expect_success 'override config option --summary' '
386386 git merge -n c2 >diffstat.txt &&
387387 verify_merge file result.1-5 msg.1-5 &&
388388 verify_parents $c1 $c2 &&
389- if grep -e "^ file | \+ 2 +-$" diffstat.txt
389+ if grep -e "^ file | * 2 +-$" diffstat.txt
390390 then
391391 echo "[OOPS] diffstat was generated"
392392 false
You can’t perform that action at this time.
0 commit comments