summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:27 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:27 -0700
commitfdad5ab3eb83c83803a503d313e4437d41b50db6 (patch)
tree51803c5912d01b80e1ef9a63f19aa1456aab2331
parentMerge branch 'js/maintenance-launchctl-fix' into maint (diff)
parentt5323: drop mentions of "master" (diff)
downloadtgif-fdad5ab3eb83c83803a503d313e4437d41b50db6.tar.xz
Merge branch 'jk/t5323-no-pack-test-fix' into maint
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