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'
480
480
git branch side1d &&
481
481
git branch side2d &&
482
482
git checkout side1d &&
483
- test_seq 1 10 >$(printf "file\twith\ttabs") &&
483
+ test_seq 1 10 >" $(printf "file\twith\ttabs")" &&
484
484
git add file* &&
485
485
git commit -m with &&
486
486
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")" &&
489
489
git add *tabbed &&
490
490
git commit -m iam &&
491
491
git checkout -b funny-names-mergery side1d &&
492
492
git merge --no-commit side2d &&
493
493
git rm *tabs &&
494
- echo eleven >>$(printf "i\tam\ttabbed") &&
494
+ echo eleven >>" $(printf "i\tam\ttabbed")" &&
495
495
git mv "$(printf "i\tam\ttabbed")" "$(printf "fickle\tnaming")" &&
496
496
git add fickle* &&
497
497
git commit
You can’t perform that action at this time.
0 commit comments