comparison tests/test-convert-tla.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 068449e515e2
children e0348815e806
comparison
equal deleted inserted replaced
13764:8ed67e44c71c 13765:7fc79055a62b
1 1
2 $ "$TESTDIR/hghave" tla || exit 80 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 $ tla my-id "mercurial <mercurial@selenic.com>" 3 $ tla my-id "mercurial <mercurial@selenic.com>"
8 $ echo "[extensions]" >> $HGRCPATH 4 $ echo "[extensions]" >> $HGRCPATH
9 $ echo "convert=" >> $HGRCPATH 5 $ echo "convert=" >> $HGRCPATH
10 $ echo 'graphlog =' >> $HGRCPATH 6 $ echo 'graphlog =' >> $HGRCPATH
11 7