Skip to content

fixed: spec: failure when Git config is set to `diff.noprefix=true`

What does this MR do?

Fixes tests failure when they are run in a enviroment where git config --global diff.noprofix true

Why was this MR needed?

Tests may fail on a stable master branch. Such a failure is difficult to investigate because one can even don't remember he has Git configured with diff.noprefix=true.

Merge request reports