On Donnerstag, 24. Juni 2010, Brian Gernhardt wrote: > BSD's echo doesn't recognize the -n option, so use printf instead ... > - echo -n "" | test_cmp - actual2 && > + printf "" | test_cmp - actual2 && Shouldn't you replace these by ! test -s actual2 && -- Hannes -- 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