]> git.cworth.org Git - notmuch/commit
test: Don't mess with user's HOME directory
authorCarl Worth <cworth@cworth.org>
Sat, 6 Nov 2010 00:43:27 +0000 (17:43 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 6 Nov 2010 00:43:27 +0000 (17:43 -0700)
commitfd16b37dc1b59dac765d459459ce00907506d559
tree2b683f6956f875e3605c864cb979e078db012060
parent484639453a8eee0581d00e7d7da85c31df39c4c8
test: Don't mess with user's HOME directory

This was too rude of a thing to do and could easily introduce
problems, (as reported by Rob Browning whose environment required some
HOME-specific things for shell startup).

Instead, implement more focused changes to ensure that particular file
in $HOME don't cause problems. Specifically, we fix known problems
with ~/.signature and ~/.mailrc here.
test/emacs
test/test-lib.sh