tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Tue, 01 Dec 2015 14:44:08 -0500
changeset 27168 8a829fc84bb3
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test-fncache: ensure lock doesn't look held to __del__ This was showing a DeprecationWarning on Python 2.6.

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