1
0
mirror of https://github.com/git/git.git synced 2024-10-20 00:38:50 +02:00

Merge branch 'jk/t5323-no-pack-test-fix' into maint

Test fix.

* jk/t5323-no-pack-test-fix:
  t5323: drop mentions of "master"
This commit is contained in:
Junio C Hamano 2021-10-12 13:51:27 -07:00
commit fdad5ab3eb

@ -114,9 +114,9 @@ test_expect_success 'setup main repo' '
create_commits_in "$main_repo" A B C D E F G H I J K L M N O P Q R
'
test_expect_success 'master: pack-redundant works with no packfile' '
test_expect_success 'main: pack-redundant works with no packfile' '
(
cd "$master_repo" &&
cd "$main_repo" &&
cat >expect <<-EOF &&
fatal: Zero packs found!
EOF