Jakub Narebski venit, vidit, dixit 08.12.2009 12:10: > Michael J Gruber wrote: > >> +decrypt_color () { >> + sed \ >> + -e 's/.\[1m/<WHITE>/g' \ >> + -e 's/.\[31m/<RED>/g' \ >> + -e 's/.\[32m/<GREEN>/g' \ >> + -e 's/.\[34m/<BLUE>/g' \ >> + -e 's/.\[m/<RESET>/g' >> +} > > Shouldn't this be better in test-lib.sh, or some common lib > (lib-color.sh or color-lib.sh; we are unfortunately a bit inconsistent > in naming here)? Well, so far it's used in two places (and somewhat differently). I would say test-libification starts at 3 :) Michael -- 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