tests/histedit-helpers.sh
author Matthieu Laneuville <matthieu.laneuville@octobus.net>
Fri, 03 Nov 2017 21:14:57 +0900
changeset 35021 d8c2db6167b3
parent 27350 890273343170
permissions -rw-r--r--
run-tests: endswith takes bytes as argument in python3, not str

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