On Tue, Jun 13, 2017 at 2:24 AM, Jeff King <p...@peff.net> 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 <p...@peff.net> Reviewed-by: Stefan Beller <sbel...@google.com>