tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 24 Apr 2017 23:11:44 -0700
branchstable
changeset 32073 04629b2da72c
parent 27350 890273343170
permissions -rw-r--r--
tests: test that abbreviated command alias is also paged Explicit test coverage is good.

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
}