tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Apr 2014 11:52:41 -0700
changeset 21432 1a46f9635ef0
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
run-tests: document how success code is handled

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"
}