]> git.ipfire.org Git - thirdparty/git.git/commit - t/t2200-add-update.sh
t2200,t9832: avoid using 'git' upstream in a pipe
authorAmanda Shafack <shafack.likhene@gmail.com>
Sun, 18 Oct 2020 20:48:07 +0000 (20:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Oct 2020 20:54:11 +0000 (13:54 -0700)
commita90765bef5556512160b4c302eb7f9dde159130f
tree89ce8ed5ff9f22ddb255d0c0374ee6f201cb6135
parent2a809eccbc6099183176b3c4760f857d09a50599
t2200,t9832: avoid using 'git' upstream in a pipe

Avoid placing `git` upstream in a pipe since doing so throws away
its exit code, thus an unexpected failure may go unnoticed.

Signed-off-by: Amanda Shafack <shafack.likhene@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2200-add-update.sh
t/t9832-unshelve.sh