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. -- 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