t5516-fetch-push: fix broken &&-chain
commitf6b82970aa8b81dbaf9242c5a0b33dd8a08431b7
authorSZEDER Gábor <szeder.dev@gmail.com>
Thu, 10 May 2018 14:01:54 +0000 (10 16:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2018 03:32:53 +0000 (11 12:32 +0900)
treeefc93ef802116d7f5b73e460698d7b40fa410683
parentcfb482b6c33508c3a14b721b1e48a881fcbe7146
t5516-fetch-push: fix broken &&-chain

b2dc968e60 (t5516: refactor oddball tests, 2008-11-07) accidentaly
broke the &&-chain in the test 'push does not update local refs on
failure', but since it was in a subshell, chain-lint couldn't notice
it.

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