Skip to content

Commit 0218ad5

Browse files
hanwengitster
authored andcommitted
t1301: fix typo in error message
Signed-off-by: Han-Wen Nienhuys <[email protected]> Reviewed-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1142746 commit 0218ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1301-shared-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test_expect_success POSIXPERM 'git reflog expire honors core.sharedRepository' '
124124
: happy
125125
;;
126126
*)
127-
echo Ooops, .git/logs/refs/heads/main is not 0662 [$actual]
127+
echo Ooops, .git/logs/refs/heads/main is not 066x [$actual]
128128
false
129129
;;
130130
esac

0 commit comments

Comments
 (0)