Skip to content

Commit c970681

Browse files
john-caigitster
authored andcommitted
t7111-reset-table: modernize test format
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a32a724 commit c970681

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

t/t7111-reset-table.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ TEST_PASSES_SANITIZE_LEAK=true
1010

1111

1212
test_expect_success 'creating initial commits' '
13-
test_commit E file1 &&
14-
test_commit D file1 &&
15-
test_commit C file1
13+
test_commit E file1 &&
14+
test_commit D file1 &&
15+
test_commit C file1
1616
'
1717

1818
while read W1 I1 H1 T opt W2 I2 H2
@@ -74,13 +74,13 @@ B C C C keep B C C
7474
EOF
7575

7676
test_expect_success 'setting up branches to test with unmerged entries' '
77-
git reset --hard C &&
78-
git branch branch1 &&
79-
git branch branch2 &&
80-
git checkout branch1 &&
81-
test_commit B1 file1 &&
82-
git checkout branch2 &&
83-
test_commit B file1
77+
git reset --hard C &&
78+
git branch branch1 &&
79+
git branch branch2 &&
80+
git checkout branch1 &&
81+
test_commit B1 file1 &&
82+
git checkout branch2 &&
83+
test_commit B file1
8484
'
8585

8686
while read W1 I1 H1 T opt W2 I2 H2

0 commit comments

Comments
 (0)