X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft8008-blame-formats.sh;h=29f84a6dd17752aabc76ee3d84d1c6b1064481ba;hb=99094a7ad484085b9f6849a8ebe1e23467c5bc14;hp=d15f8b3d473416eaed24ed92396d567aa785c3d8;hpb=60687de5ba3eb90f8332fb1bcec73a2cb782c95c;p=thirdparty%2Fgit.git diff --git a/t/t8008-blame-formats.sh b/t/t8008-blame-formats.sh index d15f8b3d47..29f84a6dd1 100755 --- a/t/t8008-blame-formats.sh +++ b/t/t8008-blame-formats.sh @@ -5,7 +5,7 @@ test_description='blame output in various formats on a simple case' test_expect_success 'setup' ' echo a >file && - git add file + git add file && test_tick && git commit -m one && echo b >>file &&