tests/histedit-helpers.sh
author Bryan O'Sullivan <bryano@fb.com>
Wed, 19 Dec 2012 10:45:40 -0800
changeset 18098 8c4e4661a0cb
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: make test-inotify-issue1208.t disappear

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"
}