Package: botch Version: 0.20-3 Severity: normal Hi,
currently, the botch autopkgtest scripts contain: diff -u "tests/$testname/$t/$f" "$ADTTMP/$t/$f" | head --lines 100 || exit 1;; This will never result in failure because the exit code of a pipe is the exit code of the last process. Instead, the construct used in botch's Makefile should be used here. Thanks! cheers, josch