From: Carl Worth Date: Wed, 24 Nov 2010 01:41:25 +0000 (-0800) Subject: test: Add simple tests for "notmuch search --output=<>" X-Git-Tag: debian/0.6_254~239 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e2a550b968010e0bb7b5d519ef33409f0cf2f28d;hp=e2a550b968010e0bb7b5d519ef33409f0cf2f28d test: Add simple tests for "notmuch search --output=<>" This code simply wasn't being exercised by the test suite before, so this will be useful. Meanwhile, there's currently a bug in "notmuch search --output=tags" in that it doesn't print a final newline. But the current test suite isn't able to catch this bug since the $() construct of the shell doesn't preserve the distinction of whether the final newline is present or not. ---