]> git.notmuchmail.org Git - notmuch/commit
test: remove some sed(1) calls in Emacs tests
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Tue, 28 Jun 2011 04:45:07 +0000 (08:45 +0400)
committerCarl Worth <cworth@cworth.org>
Tue, 28 Jun 2011 22:06:47 +0000 (15:06 -0700)
commit5eb6b2767ad70a76a42e618961c970070b8a3b90
tree344469488719e501c534b21e0945ef86ab7db63d
parent3b24b396c4c9178603dec5380b4e89f6795dee1f
test: remove some sed(1) calls in Emacs tests

Few Emacs tests used sed(1) to remove unexpected output in the
beginning to avoid getting confused by messages such as "Parsing
/home/cworth/.mailrc... done".  This is no longer needed since
tests are run in a temporary home directory instead of the user's
one.  So remove these sed(1) calls.
test/emacs