Skip to content

testhelper: Escape backticks in git check script

Will Chandler (ex-GitLab) requested to merge wc/git-check-backticks into master

The unescaped backticks in testhelper/testdata/home/bin/git will cause the shell to attempt to execute gittest.Exec(). This will fail and print error along with the intended message.

command substitution: line 11: syntax error: unexpected end of file

Escape the backticks.

Merge request reports