~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2012-06-18 11:43:07 UTC
  • mfrom: (6437.54.10 2.5)
  • mto: This revision was merged to the branch mainline in revision 6525.
  • Revision ID: jelmer@samba.org-20120618114307-zeazlym311p38m98
MergeĀ 2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
isolated_environ = {
138
138
    'BZR_HOME': None,
139
139
    'HOME': None,
 
140
    'XDG_CONFIG_HOME': None,
140
141
    # bzr now uses the Win32 API and doesn't rely on APPDATA, but the
141
142
    # tests do check our impls match APPDATA
142
143
    'BZR_EDITOR': None, # test_msgeditor manipulates this variable