[PATCH] test: expand regex in test/basic

Tomi Ollila tomi.ollila at iki.fi
Sat Nov 10 12:18:21 PST 2012


On Sat, Nov 10 2012, David Bremner <david at tethera.net> wrote:

> david at tethera.net writes:
>
>> -available=$(find "$TEST_DIRECTORY" -maxdepth 1 -type f -perm +111 | \
>> -    sed -r -e "s,.*/,," -e "/^(aggregate-results.sh|notmuch-test|smtp-dummy|test-verbose|symbol-test|arg-test|parse-time)$/d" | \
>> +
>> +
>> +available=$(find "$TEST_DIRECTORY" -maxdepth 1 -type f -perm +111  \
>
> Umm. I thought I killed those blank lines. Pretend they're not there ;).

Great idea -- I suggest you restore the use of | sed 's,.*,,' | instead
of that basename, though.

> d

Tomi


More information about the notmuch mailing list