view tests/histedit-helpers.sh @ 17166:c1a3b151782a

tests: do exclude what is expected
author Simon Heimberg <simohe@besonet.ch>
date Wed, 04 Jul 2012 08:55:16 +0200
parents 35729bdd59b6
children 890273343170
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"
}