tests/histedit-helpers.sh
author Simon Heimberg <simohe@besonet.ch>
Mon, 03 Feb 2014 20:08:58 +0100
changeset 20390 3fedc29a98bb
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: use ls instead of find, all files are in the same directory In this case find has no advantage compared to ls. Descending into directories is unnecessary, because there are none.

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