aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-09-08 13:30:30 -0700
committerJunio C Hamano <gitster@pobox.com>2021-09-08 13:30:30 -0700
commita20a40e3b62ab1c398ebfbaf2d42d90a80f1f592 (patch)
tree317b7d777096e4a31a61622f47ab42d047379d1d
parent4293c057dcc8a8806d158a4c1f27deca34245558 (diff)
parentc21b2511c2b725c47da43d33c253070be6cb4f2d (diff)
downloadgit-a20a40e3b62ab1c398ebfbaf2d42d90a80f1f592.tar.xz
Merge branch 'jk/t5323-no-pack-test-fix'
Test fix. * jk/t5323-no-pack-test-fix: t5323: drop mentions of "master"
-rwxr-xr-xt/t5323-pack-redundant.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5323-pack-redundant.sh b/t/t5323-pack-redundant.sh
index 8b01793845..8dbbcc5e51 100755
--- a/t/t5323-pack-redundant.sh
+++ b/t/t5323-pack-redundant.sh
@@ -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