comparison tests/bzr-definitions @ 9043:438f0b1d4684

tests: remove more instances of export FOO=bar bashism
author Brodie Rao <me+hg@dackz.net>
date Sun, 05 Jul 2009 18:52:55 -0400
parents 5b7da468531b
children f84dda152a55
comparison
equal deleted inserted replaced
9025:42956a93db3a 9043:438f0b1d4684
1 # this file holds the definitions that are used in various bzr tests 1 # this file holds the definitions that are used in various bzr tests
2 2
3 "$TESTDIR/hghave" bzr || exit 80 3 "$TESTDIR/hghave" bzr || exit 80
4 4
5 export TERM=dumb 5 TERM=dumb; export TERM
6 echo '[extensions]' >> $HGRCPATH 6 echo '[extensions]' >> $HGRCPATH
7 echo 'convert = ' >> $HGRCPATH 7 echo 'convert = ' >> $HGRCPATH
8 echo 'hgext.graphlog = ' >> $HGRCPATH 8 echo 'hgext.graphlog = ' >> $HGRCPATH
9 9
10 glog() 10 glog()