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>maint
parent
1142746cbb
commit
0218ad5d5c
|
@ -124,7 +124,7 @@ test_expect_success POSIXPERM 'git reflog expire honors core.sharedRepository' '
|
||||||
: happy
|
: happy
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Ooops, .git/logs/refs/heads/main is not 0662 [$actual]
|
echo Ooops, .git/logs/refs/heads/main is not 066x [$actual]
|
||||||
false
|
false
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue