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:
commit
a20a40e3b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user