tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Apr 2014 09:44:39 -0700
changeset 21365 10cf9054d941
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
run-tests: move program searching into TestRunner

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