summaryrefslogtreecommitdiff
path: root/t/t1301-shared-repo.sh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2021-05-31 16:56:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-06-02 01:01:54 (GMT)
commit0218ad5d5c41d7b4adc2ff817391d9e488d328d3 (patch)
treef601648a6704b21f8a86013b75a8cdea8ff527b2 /t/t1301-shared-repo.sh
parent1142746cbbf016fe2568076d6f30b2b73b29e731 (diff)
downloadgit-0218ad5d5c41d7b4adc2ff817391d9e488d328d3.zip
git-0218ad5d5c41d7b4adc2ff817391d9e488d328d3.tar.gz
git-0218ad5d5c41d7b4adc2ff817391d9e488d328d3.tar.bz2
t1301: fix typo in error message
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1301-shared-repo.sh')
-rwxr-xr-xt/t1301-shared-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1301-shared-repo.sh b/t/t1301-shared-repo.sh
index ac947bf..84bf197 100755
--- a/t/t1301-shared-repo.sh
+++ b/t/t1301-shared-repo.sh
@@ -124,7 +124,7 @@ test_expect_success POSIXPERM 'git reflog expire honors core.sharedRepository' '
: happy
;;
*)
- echo Ooops, .git/logs/refs/heads/main is not 0662 [$actual]
+ echo Ooops, .git/logs/refs/heads/main is not 066x [$actual]
false
;;
esac