File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -298,28 +298,28 @@ EOF
298
298
last_test=13
299
299
300
300
test_expect_success setup '
301
- { for i in $(test_seq 2 $last_test)
301
+ for i in $(test_seq 2 $last_test)
302
302
do
303
303
# Append each line in a separate commit to make it easy to
304
304
# check which original line the blame output relates to.
305
305
306
306
line_count=0 &&
307
- { while IFS= read line
307
+ while IFS= read line
308
308
do
309
309
line_count=$((line_count+1)) &&
310
310
echo "$line" >>"$i" &&
311
311
git add "$i" &&
312
312
test_tick &&
313
313
GIT_AUTHOR_NAME="$line_count" git commit -m "$line_count"
314
- done } <"a$i"
315
- done } &&
314
+ done <"a$i"
315
+ done &&
316
316
317
- { for i in $(test_seq 2 $last_test)
317
+ for i in $(test_seq 2 $last_test)
318
318
do
319
319
# Overwrite the files with the final content.
320
320
cp b$i $i &&
321
321
git add $i
322
- done } &&
322
+ done &&
323
323
test_tick &&
324
324
325
325
# Commit the final content all at once so it can all be
You can’t perform that action at this time.
0 commit comments