]> git.cworth.org Git - notmuch/commit
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)
commit6cb61729d46335b5ad6ee5e2f618b48fbabda218
treeb978edfb9113627b4820a2ca72a1b3698e3ec6c5
parent5af65f65e8a32fb7f11f5b1c2036e35a4c4809e2
test: fix "Stashing in notmuch-search" test when emacs is not available

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.
test/emacs