Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Platings <michael@platin.gs>2019-06-30 21:17:32 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-01 21:05:51 +0300
commit78fafbb2800915047ad2f1578c34ca19c316eca2 (patch)
tree951dc7653b5cb54fba1051d4fc7a4ab1a7c1c940 /t/t8014-blame-ignore-fuzzy.sh
parent07a54dc30787f2f4e455a40b453dd465d33aab5b (diff)
t8014: remove unnecessary braces
Signed-off-by: Michael Platings <michael@platin.gs> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t8014-blame-ignore-fuzzy.sh')
-rwxr-xr-xt/t8014-blame-ignore-fuzzy.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/t/t8014-blame-ignore-fuzzy.sh b/t/t8014-blame-ignore-fuzzy.sh
index 6f1a94caef..6e61882b6f 100755
--- a/t/t8014-blame-ignore-fuzzy.sh
+++ b/t/t8014-blame-ignore-fuzzy.sh
@@ -298,28 +298,28 @@ EOF
last_test=13
test_expect_success setup '
- { for i in $(test_seq 2 $last_test)
+ for i in $(test_seq 2 $last_test)
do
# Append each line in a separate commit to make it easy to
# check which original line the blame output relates to.
line_count=0 &&
- { while IFS= read line
+ while IFS= read line
do
line_count=$((line_count+1)) &&
echo "$line" >>"$i" &&
git add "$i" &&
test_tick &&
GIT_AUTHOR_NAME="$line_count" git commit -m "$line_count"
- done } <"a$i"
- done } &&
+ done <"a$i"
+ done &&
- { for i in $(test_seq 2 $last_test)
+ for i in $(test_seq 2 $last_test)
do
# Overwrite the files with the final content.
cp b$i $i &&
git add $i
- done } &&
+ done &&
test_tick &&
# Commit the final content all at once so it can all be