]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3510-cherry-pick-sequence.sh
t3510 (cherry-pick-sequence): add missing '&&'
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 4 Jun 2012 16:42:44 +0000 (22:12 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2012 22:35:22 +0000 (15:35 -0700)
commit070bad6d0ca61b23611661eb4f05ddd548d42afd
treea521e6909875478749cc8e93323c58efcb10c007
parentd9f5ef7a4a760d58f1f824f9fb8c12ef0371d3a9
t3510 (cherry-pick-sequence): add missing '&&'

Breaks in a test assertion's && chain can potentially hide failures
from earlier commands in the chain.  Fix an instance of this in the
setup.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3510-cherry-pick-sequence.sh