[was: Re: [committed] Add test-cases twice.sh and twice-multifile.sh ] On 17-03-19 11:09, Tom de Vries wrote: > +if [ $status -eq 1 ]; then > + # PR24354 > + true > +else > + [ $status -eq 0 ] > +fi It occurred to me that rather than silently working around PRs, it could be better to do it more verbose. Committed as attached. Thanks, - Tom