]> git.notmuchmail.org Git - notmuch/commitdiff
test: fix "Stashing in notmuch-search" test when emacs is not available
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 27 Nov 2011 18:36:19 +0000 (22:36 +0400)
committerDavid Bremner <bremner@debian.org>
Sun, 27 Nov 2011 19:33:35 +0000 (11:33 -0800)
If emacs is not available, test_expect_equal would be called with only
one argument.  The patch fixes this by quoting the (possibly empty)
$(cat OUTPUT) argument.


No differences found