tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 01 Jul 2016 18:03:51 -0700
changeset 29482 4e72995f6c9c
parent 27350 890273343170
permissions -rw-r--r--
sslutil: change comment and logged message for found ca cert file Future patches will change _defaultcacerts() to do something on platforms that aren't OS X. Change the comment and logged message to reflect the future.

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
}