Skip to content

Commit 3a3b98b

Browse files
john-caigitster
authored andcommitted
t7700-repack: 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 bd48dfa commit 3a3b98b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/t7700-repack.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@ test_expect_success '--write-midx -b packs non-kept objects' '
460460
'
461461

462462
test_expect_success '--write-midx removes stale pack-based bitmaps' '
463-
rm -fr repo &&
464-
git init repo &&
465-
test_when_finished "rm -fr repo" &&
466-
(
463+
rm -fr repo &&
464+
git init repo &&
465+
test_when_finished "rm -fr repo" &&
466+
(
467467
cd repo &&
468468
test_commit base &&
469469
GIT_TEST_MULTI_PACK_INDEX=0 git repack -Ab &&
@@ -477,7 +477,7 @@ test_expect_success '--write-midx removes stale pack-based bitmaps' '
477477
test_path_is_file $midx &&
478478
test_path_is_file $midx-$(midx_checksum $objdir).bitmap &&
479479
test_path_is_missing $pack_bitmap
480-
)
480+
)
481481
'
482482

483483
test_expect_success '--write-midx with --pack-kept-objects' '

0 commit comments

Comments
 (0)