~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_permissions.py

  • Committer: Vincent Ladeuil
  • Date: 2008-09-01 06:16:07 UTC
  • mto: (3668.1.1 trunk) (3703.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 3669.
  • Revision ID: v.ladeuil+lp@free.fr-20080901061607-dgqfeswfmaeouvjp
Fix PEP8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        t.commit('new c')
139
139
        check_mode_r(self, '.bzr', 0664, 0775)
140
140
 
141
 
 
142
141
    def test_new_files_group_sticky_bit(self):
143
142
        if sys.platform == 'win32':
144
143
            raise TestSkipped('chmod has no effect on win32')