]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7406-submodule-update.sh
t7406-submodule-update: fix broken &&-chains
authorSZEDER Gábor <szeder.dev@gmail.com>
Sat, 16 Jun 2018 20:33:19 +0000 (22:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 16:48:10 +0000 (09:48 -0700)
commit8de19d6be83651b1da4f38ff8649fbe8f28831b8
tree7efa79f66a7c3c474b0cf64de6e04103ba9d00b1
parenta42a58d7b62cc1d6301440e81a83feed9d7c118c
t7406-submodule-update: fix broken &&-chains

Three tests in 't7406-submodule-update' contain broken &&-chains, but
since they are all in subshells, chain-lint couldn't notice them.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7406-submodule-update.sh