~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: jfmeinel
  • Date: 2006-06-10 13:58:01 UTC
  • mto: (1711.7.2 win32)
  • mto: This revision was merged to the branch mainline in revision 1796.
  • Revision ID: jfmeinel@Ghazal-20060610135801-1ed9433a07de5f6c
current python may be running in a path that has a space, so properly quote the python exe name. for test_msgeditor

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
            f = file('fed.bat', 'w')
103
103
            f.write("""\
104
104
@echo off
105
 
%s fed.py %%1
 
105
"%s" fed.py %%1
106
106
""" % sys.executable)
107
107
            f.close()
108
108
            os.environ['BZR_EDITOR'] = 'fed.bat'