view tests/histedit-helpers.sh @ 20284:e1e6ddaef299

tests: fix test-run-tests.py on OS X Do the same hack as in test-doctests.py to let the test pass on OS X.
author Simon Heimberg <simohe@besonet.ch>
date Fri, 17 Jan 2014 12:46:29 +0100
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"
}