tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 04 Oct 2024 13:26:29 -0400
changeset 51956 3b46e8e6a401
parent 27350 890273343170
permissions -rw-r--r--
tests: provide an alternate fake lock for filesystems without symlink support

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
}