File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -399,17 +399,6 @@ test_expect_success 'grep -q, silently report matches' '
399
399
test_cmp empty actual
400
400
'
401
401
402
- # Create 1024 file names that sort between "y" and "z" to make sure
403
- # the two files are handled by different calls to an external grep.
404
- # This depends on MAXARGS in builtin-grep.c being 1024 or less.
405
- c32=" 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v"
406
- test_expect_success ' grep -C1, hunk mark between files' '
407
- for a in $c32; do for b in $c32; do : >y-$a$b; done; done &&
408
- git add y-?? &&
409
- git grep -C1 "^[yz]" >actual &&
410
- test_cmp expected actual
411
- '
412
-
413
402
test_expect_success ' grep -C1 hunk mark between files' '
414
403
git grep -C1 "^[yz]" >actual &&
415
404
test_cmp expected actual
You can’t perform that action at this time.
0 commit comments