~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

  • Committer: Vincent Ladeuil
  • Date: 2010-09-27 07:24:54 UTC
  • mfrom: (4797.58.18 2.1)
  • mto: (5050.17.26 2.2)
  • mto: This revision was merged to the branch mainline in revision 5448.
  • Revision ID: v.ladeuil+lp@free.fr-20100927072454-d47ejtl535tuggte
Merge lp:bzr/2.1 into 2.2 resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1071
1071
        if sys.platform == 'win32':
1072
1072
            raise tests.TestNotApplicable(
1073
1073
                "readdir IOError not tested on win32")
 
1074
        self.requireFeature(features.not_running_as_root)
1074
1075
        os.mkdir("test-unreadable")
1075
1076
        os.chmod("test-unreadable", 0000)
1076
1077
        # must chmod it back so that it can be removed