File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -480,18 +480,18 @@ test_expect_success FUNNYNAMES 'setup for --combined-all-paths with funny names'
480480 git branch side1d &&
481481 git branch side2d &&
482482 git checkout side1d &&
483- test_seq 1 10 >$(printf "file\twith\ttabs") &&
483+ test_seq 1 10 >" $(printf "file\twith\ttabs")" &&
484484 git add file* &&
485485 git commit -m with &&
486486 git checkout side2d &&
487- test_seq 1 9 >$(printf "i\tam\ttabbed") &&
488- echo ten >>$(printf "i\tam\ttabbed") &&
487+ test_seq 1 9 >" $(printf "i\tam\ttabbed")" &&
488+ echo ten >>" $(printf "i\tam\ttabbed")" &&
489489 git add *tabbed &&
490490 git commit -m iam &&
491491 git checkout -b funny-names-mergery side1d &&
492492 git merge --no-commit side2d &&
493493 git rm *tabs &&
494- echo eleven >>$(printf "i\tam\ttabbed") &&
494+ echo eleven >>" $(printf "i\tam\ttabbed")" &&
495495 git mv "$(printf "i\tam\ttabbed")" "$(printf "fickle\tnaming")" &&
496496 git add fickle* &&
497497 git commit
You can’t perform that action at this time.
0 commit comments