X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4102-apply-rename.sh;h=b4662b03647bd2f36c07ffac24adc6b5df5eef76;hb=28a94f885a735e7474357698ec384de24d526620;hp=22da6a00ccbe910d796dc84666caa2acfa9b8389;hpb=38ebbacd93eb547b3608b64a2efc60fd79e1ea85;p=git.git diff --git a/t/t4102-apply-rename.sh b/t/t4102-apply-rename.sh index 22da6a00c..b4662b036 100755 --- a/t/t4102-apply-rename.sh +++ b/t/t4102-apply-rename.sh @@ -31,7 +31,7 @@ test_expect_success setup \ test_expect_success apply \ 'git-apply --index --stat --summary --apply test-patch' -if [ "$(git repo-config --get core.filemode)" = false ] +if [ "$(git config --get core.filemode)" = false ] then say 'filemode disabled on the filesystem' else