diff tests/test-convert-darcs.t @ 13765:7fc79055a62b

tests: no need to explicitly export HOME in test files the test runner ensures that HOME is set to a temp dir
author Idan Kamara <idankk86@gmail.com>
date Fri, 25 Mar 2011 22:18:05 +0200
parents 7439ea4146f8
children cd3032437064
line wrap: on
line diff
--- a/tests/test-convert-darcs.t	Fri Mar 25 22:15:37 2011 +0200
+++ b/tests/test-convert-darcs.t	Fri Mar 25 22:18:05 2011 +0200
@@ -4,7 +4,6 @@
   $ echo "convert=" >> $HGRCPATH
   $ echo 'graphlog =' >> $HGRCPATH
   $ DARCS_EMAIL='test@example.org'; export DARCS_EMAIL
-  $ HOME=`pwd`/do_not_use_HOME_darcs; export HOME
 
 skip if we can't import elementtree