Skip to content

Disable git command in unit test TestSafeCmdValid

Paul Okstad (ex-GitLab) requested to merge po-safecmd-disable-git into master

Part of #2289 (closed)

This will prevent the safe command unit test TestSafeCmdValid from spawning actual git processes. Instead, the echo command will be spawned.

Merge request reports