On Tue, Jun 13, 2017 at 2:24 AM, Jeff King [off-list ref] wrote:
Some submodule tests do some setup outside of a test_expect
block. This is bad because we won't actually check the
outcome of those commands. But it's doubly so because "git
add submodule" now produces a warning to stderr, which is
not suppressed by the test scripts in non-verbose mode.
Makes sense.
This patch does the minimal to fix the annoying warnings.
All three of these scripts could use more cleanup of related
setup.
agreed.
Signed-off-by: Jeff King <redacted>
Reviewed-by: Stefan Beller <redacted>