This is a GSOC microproject. Address the problem of errors resulting from calling git in the test scripts being suppressed. Suppressions due to pipes and command substitution were encountered in this file (t/t3701). These regexs where used to search for such occurences .*\<git\>.*|.* and .*$(.*git.*).* respectively (in vim). Both types have been resolved and the tests pass as before commit. Edwin Fernando (1): t3701: Avoid suppression of exit status of git t/t3701-add-interactive.sh | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) base-commit: d15644fe0226af7ffc874572d968598564a230dd -- 2.40.0