X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4000-diff-format.sh;h=9c58d77cc22a062e571116e2dee2599ac13cb464;hb=207dfa07919baba034291f1d5169f86272839d59;hp=67b9681d36e187a5717acbf9fe00a7f5dfd5bb65;hpb=38ebbacd93eb547b3608b64a2efc60fd79e1ea85;p=git.git diff --git a/t/t4000-diff-format.sh b/t/t4000-diff-format.sh index 67b9681d3..9c58d77cc 100755 --- a/t/t4000-diff-format.sh +++ b/t/t4000-diff-format.sh @@ -28,7 +28,7 @@ test_expect_success \ 'git-diff-files -p >current' # that's as far as it comes -if [ "$(git repo-config --get core.filemode)" = false ] +if [ "$(git config --get core.filemode)" = false ] then say 'filemode disabled on the filesystem' test_done