[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21027: --exclude-dir matches search dir
From: |
Jim Meyering |
Subject: |
bug#21027: --exclude-dir matches search dir |
Date: |
Fri, 17 Jul 2015 14:31:27 -0700 |
On Mon, Jul 13, 2015 at 4:35 PM, Paul Eggert <address@hidden> wrote:
> Aron Griffis wrote:
>>
>> This generates output:
>>
>> $ grep -rl --exclude-dir=usr LINUX /usr/include
>>
>> and this doesn't:
>>
>> $ grep -rl --exclude-dir='usr*' LINUX /usr/include
>>
>> This feels like a bug.
>
> Thanks for reporting that. I installed the attached patch.
I've pushed this small follow-up patch to fix a false-positive test failure:
0001-tests-avoid-FS-dependent-false-positive-failure.patch
Description: Text Data