Skip to content

Commit e740873

Browse files
hanwengitster
authored andcommitted
t7900: stop checking for loose refs
Given that git-maintenance simply calls out git-pack-refs, it seems superfluous to test the functionality of pack-refs itself, as that is covered by t3210-pack-refs.sh. Signed-off-by: Han-Wen Nienhuys <[email protected]> Reviewed-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe8fc09 commit e740873

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/t7900-maintenance.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ test_expect_success 'pack-refs task' '
350350
done &&
351351
GIT_TRACE2_EVENT="$(pwd)/pack-refs.txt" \
352352
git maintenance run --task=pack-refs &&
353-
ls .git/refs/heads/ >after &&
354-
test_must_be_empty after &&
355353
test_subcommand git pack-refs --all --prune <pack-refs.txt
356354
'
357355

0 commit comments

Comments
 (0)