From: Dmitry Kurochkin Date: Sun, 27 Nov 2011 18:36:19 +0000 (+0400) Subject: test: fix "Stashing in notmuch-search" test when emacs is not available X-Git-Tag: 0.11_rc1~85 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6cb61729d46335b5ad6ee5e2f618b48fbabda218;hp=6cb61729d46335b5ad6ee5e2f618b48fbabda218 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. ---