Re: [Patch v3 07/11] CLI: add optional config data to dump output.

Subject: Re: [Patch v3 07/11] CLI: add optional config data to dump output.

Date: Sat, 07 May 2016 17:29:44 -0300

To: Tomi Ollila, notmuch@notmuchmail.org

Cc:

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

>>  test_begin_subtest 'format=batch-tag, checking encoded output'
>> -notmuch dump --format=batch-tag -- from:cworth |\
>> +NOTMUCH_DUMP_TAGS --format=batch-tag -- from:cworth |\
>>  	 awk "{ print \"+$enc1 +$enc2 +$enc3 -- \" \$5 }" > EXPECTED.$test_count
>
> The above I don't understand, $enc1, $enc2 and $enc3 should be expanded by
> the shell into the awk command -- I don't see these set anywhere, so to
> me it looks like these are empty strings...

I'm not sure why it drifted so far away, but these are defined on line
161

d

Thread: