Hi, On Tue, 27 Jan 2009, Johannes Sixt wrote: > We want to catch failures of test-chmtime; but since it appears in a > pipe, we cannot access its exit code. Therefore, we at least make sure > that it prints time stamps of all files that are passed on its command > line. I use this trick in my valgrind series: ($PROGRAM; echo $? > exit.code) | $OTHER_PROGRAM && test 0 = "$(cat exit.code)" Ciao, Dscho -- 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