diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2018-02-08 16:56:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-08 10:54:27 -0800 |
commit | 3b85ec34b8448d0311ef20e225c76df11c006008 (patch) | |
tree | 0ee9863b0535e2f12369f4a6fdc87b19da51d117 /convert.c | |
parent | t6022: don't run 'git merge' upstream of a pipe (diff) | |
download | tgif-3b85ec34b8448d0311ef20e225c76df11c006008.tar.xz |
t4001: don't run 'git status' upstream of a pipe
The primary purpose of three tests in 't4001-diff-rename.sh' is to
check rename detection in 'git status', but all three do so by running
'git status' upstream of a pipe, hiding its exit code. Consequently,
the test could continue even if 'git status' exited with error.
Use an intermediate file between 'git status' and 'test_i18ngrep' to
catch a potential failure of the former.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'convert.c')
0 files changed, 0 insertions, 0 deletions