From: Florian Friesdorf Date: Mon, 18 Apr 2011 17:41:39 +0000 (+0200) Subject: test: Create and set temporary home directory X-Git-Tag: debian/0.6_254~68 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=e584c64c5b0788a3b9c1b22f37eb236bb6da7d0d;hp=e584c64c5b0788a3b9c1b22f37eb236bb6da7d0d;p=notmuch test: Create and set temporary home directory In the master branch in test/emacs two tests access the build users home directory, so does emacs_deliver_message in the crypto branch. The tests should not touch the build user's home directory. The patch creates a directory in the temporary test directory and sets home accordingly. In case of a non-existent home directory, the tests are failing without this patch. Signed-off-by: Jameson Graef Rollins ---