]> git.notmuchmail.org Git - notmuch/commit
test: Quote $output in calls to test_expect_equal
authorAustin Clements <amdragon@MIT.EDU>
Tue, 27 Nov 2012 04:58:17 +0000 (23:58 -0500)
committerDavid Bremner <bremner@debian.org>
Tue, 27 Nov 2012 14:25:41 +0000 (10:25 -0400)
commitdba1f6e43247fb66ef1068ad88672dfb6a2df624
tree6110faac32a955a9faabe07c9729643a7dd6c2d2
parent7611a72be2cf6488c4d57ac0545469ff7ae89760
test: Quote $output in calls to test_expect_equal

Previously, many tests in emacs-subject-to-filename didn't quote the
$output argument to test_expect_equal.  As a result, if $output was
empty, test_expect_equal would be passed only one argument and would
abort the entire test script.  By quoting the argument, we ensure
test_expect_equal will always receive two arguments.
test/emacs-subject-to-filename