view tests/histedit-helpers.sh @ 23597:7a5bcd471f2e stable

darwin: omit ignorable codepoints when normcase()ing a file path This lets us avoid some nasty case collision problems in OS X with invisible codepoints.
author Augie Fackler <raf@durin42.com>
date Tue, 16 Dec 2014 13:07:10 -0500
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"
}