On Sun, Sep 26, 2010 at 12:27 AM, Ãvar ArnfjÃrà Bjarmason <avarab@xxxxxxxxx> wrote: > On Sat, Sep 25, 2010 at 13:33, Jon Seymour <jon.seymour@xxxxxxxxx> wrote: > >> +    : >expected && > > We've been dropping the ":>foo" style in favor of ">foo" in other > tests. There's no need for the ":". > >> +    echo -X > expected && >> +    echo -q > expected && >> +    echo -X > expected && >> +    echo --no-flags > expected && > > Maybe some echo implementations don't like flag-like params, and we need: > >  Âprintf "%s\n" "-X" > > here. I don't know whether that's the case. > Thanks for the review. My latest revision incorporates this feedback, although I didn't use extra quotes around -X. (e.g. I wrote printf "%s\n" -X) jon. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html