From: Han-Wen Nienhuys Date: Mon, 31 May 2021 16:56:23 +0000 (+0000) Subject: t1301: fix typo in error message X-Git-Tag: v2.33.0-rc0~67^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0218ad5d5c41d7b4adc2ff817391d9e488d328d3;p=thirdparty%2Fgit.git t1301: fix typo in error message Signed-off-by: Han-Wen Nienhuys Reviewed-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/t1301-shared-repo.sh b/t/t1301-shared-repo.sh index ac947bff9f..84bf1970d8 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