Glen Choo <chooglen@xxxxxxxxxx> writes: > +verify_fetch_result() { Style. verify_fetch_result () { > + ACTUAL_ERR=$1 && > + rm -f expect.err.combined && > + if [ -f expect.err.super ]; then Style. if test -f expect.err.super then
Glen Choo <chooglen@xxxxxxxxxx> writes: > +verify_fetch_result() { Style. verify_fetch_result () { > + ACTUAL_ERR=$1 && > + rm -f expect.err.combined && > + if [ -f expect.err.super ]; then Style. if test -f expect.err.super then