Ben Peart <peartben@xxxxxxxxx> writes: > I did a quick search through the existing test scripts and the > majority do not link commands together with && when they are in a sub > function like this. I find not having them linked together is easier > to write, maintain and is more readable. I had an impression that it is true only when the series of commands are not about Git. When testing git commands, we should expect any of them to be broken (by somebody else ;-) and prepare to notice it.