tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 19 Apr 2014 14:01:18 -0700
changeset 21307 cd4fd7b3c3c4
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
run-tests: give TestResult a skipped attribute

fixbundle() {
    grep -v 'saving bundle' | grep -v 'saved backup' | \
        grep -v added | grep -v adding | \
        grep -v "unable to find 'e' for patching" | \
        grep -v "e: No such file or directory"
}