tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 28 Sep 2014 16:59:30 +0900
changeset 22570 db497a1ef1c1
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test-commandserver: remove redundant banner output Since test output was inlined, "testing <func>" message should no longer be necessary.

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