X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1410-reflog.sh;h=80af6b9b7ea50652dff6804b589d134207e9258f;hb=faa3b4769ce042fc3069c5dcdac279fa97966d61;hp=5b24f05573221afb3dc472e78a443ba718db3c60;hpb=5b2eeed1ba36caf71341c1557f2054681c353a14;p=git.git diff --git a/t/t1410-reflog.sh b/t/t1410-reflog.sh index 5b24f0557..80af6b9b7 100755 --- a/t/t1410-reflog.sh +++ b/t/t1410-reflog.sh @@ -70,9 +70,7 @@ test_expect_success setup ' E=`git rev-parse --verify HEAD:A/B/E` && check_fsck && - chmod +x C && - ( test "`git config --bool core.filemode`" != false || - echo executable >>C ) && + test_chmod +x C && git add C && test_tick && git commit -m dragon && L=`git rev-parse --verify HEAD` &&