##// END OF EJS Templates
tests: no need to explicitly export HOME in test files...
Idan Kamara -
r13765:7fc79055 default
parent child Browse files
Show More
@@ -2,10 +2,6 b''
2 2
3 3 "$TESTDIR/hghave" baz || exit 80
4 4
5 mkdir do_not_use_HOME_baz
6 cd do_not_use_HOME_baz
7 HOME=`pwd`; export HOME
8 cd ..
9 5 baz my-id "mercurial <mercurial@selenic.com>"
10 6
11 7 echo "[extensions]" >> $HGRCPATH
@@ -4,7 +4,6 b''
4 4 $ echo "convert=" >> $HGRCPATH
5 5 $ echo 'graphlog =' >> $HGRCPATH
6 6 $ DARCS_EMAIL='test@example.org'; export DARCS_EMAIL
7 $ HOME=`pwd`/do_not_use_HOME_darcs; export HOME
8 7
9 8 skip if we can't import elementtree
10 9
@@ -8,7 +8,6 b' on Windows. Having a variable here ease '
8 8 $ echo "[extensions]" >> $HGRCPATH
9 9 $ echo "convert=" >> $HGRCPATH
10 10 $ echo 'graphlog =' >> $HGRCPATH
11 $ HOME=`pwd`/do_not_use_HOME_mtn; export HOME
12 11
13 12 Windows version of monotone home
14 13
@@ -1,9 +1,5 b''
1 1
2 2 $ "$TESTDIR/hghave" tla || exit 80
3 $ mkdir do_not_use_HOME_tla
4 $ cd do_not_use_HOME_tla
5 $ HOME=`pwd`; export HOME
6 $ cd ..
7 3 $ tla my-id "mercurial <mercurial@selenic.com>"
8 4 $ echo "[extensions]" >> $HGRCPATH
9 5 $ echo "convert=" >> $HGRCPATH
General Comments 0
You need to be logged in to leave comments. Login now