tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Mon, 12 Oct 2015 14:15:04 -0400
changeset 26612 a38924f7680c
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
run-tests: add b-prefix on two strings to fix python3 support

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