comparison tests/bzr-definitions @ 26066:89872688893f

tests: move '#require bzr' into .t files The bzr tests are the only .t tests calling hghave (aside from the tests testing hghave itself). This pattern is a one-off and prevents desired refactors to how requirements checking is integrated into tests. Use the convention used everywhere else.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 22 Aug 2015 10:22:12 -0700
parents aa9385f983fa
children 7a88643bc0ef
comparison
equal deleted inserted replaced
26065:dceaef70e410 26066:89872688893f
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
3 "$TESTDIR/hghave" bzr || exit 80
4 2
5 TERM=dumb; export TERM 3 TERM=dumb; export TERM
6 echo '[extensions]' >> $HGRCPATH 4 echo '[extensions]' >> $HGRCPATH
7 echo 'convert = ' >> $HGRCPATH 5 echo 'convert = ' >> $HGRCPATH
8 6