view tests/histedit-helpers.sh @ 28418:121d25719e92

setup: switch to with open as We're leaving the modulepolicy bit alone, because it's being rewritten in the next commit.
author timeless <timeless@mozdev.org>
date Wed, 09 Mar 2016 15:35:57 +0000
parents 890273343170
children
line wrap: on
line source

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
}