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

Test fix.

* jk/t5323-no-pack-test-fix:
  t5323: drop mentions of "master"
This commit is contained in:
Junio C Hamano 2021-09-08 13:30:30 -07:00
commit a20a40e3b6

View File

@ -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