]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t1301: fix typo in error message
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 31 May 2021 16:56:23 +0000 (16:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:01:54 +0000 (10:01 +0900)
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>
t/t1301-shared-repo.sh

index ac947bff9fcfc89d2d65b92518fe36b60cb316c9..84bf1970d8bfe7b13327fb0d66f691dcfa58cbb0 100755 (executable)
@@ -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