tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 02 Oct 2013 11:16:03 +0200
branchstable
changeset 19878 21de61bc2ab5
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test: make test-propertycache.py python2.4 compatible The subprocess module have not `check_call` method in python2.4. Fall back to calling `check` with return code verification.

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