From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> In reftable, hashes are correctly formed by design Signed-off-by: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> --- t/t4202-log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t4202-log.sh b/t/t4202-log.sh index a8c5a00d012d..3f969b01508c 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -1834,7 +1834,7 @@ test_expect_success 'log --graph --no-walk is forbidden' ' test_must_fail git log --graph --no-walk ' -test_expect_success 'log diagnoses bogus HEAD hash' ' +test_expect_success REFFILES 'log diagnoses bogus HEAD hash' ' git init empty && test_must_fail git -C empty log 2>stderr && test_i18ngrep does.not.have.any.commits stderr && -- gitgitgadget