/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_ignores.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-15 01:29:36 UTC
  • mfrom: (7490.40.4 work)
  • mto: (7490.40.19 work)
  • mto: This revision was merged to the branch mainline in revision 7516.
  • Revision ID: jelmer@jelmer.uk-20200615012936-1adqbu592y7lzmy8
Merge upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        self.assertPathDoesNotExist(ignore_path)
95
95
        os.mkdir('empty-home')
96
96
 
97
 
        config_path = os.path.join(self.test_dir, 'empty-home', '.config')
 
97
        config_path = os.path.join(
 
98
            self.test_dir, 'empty-home', 'foo', '.config')
98
99
        self.overrideEnv('BRZ_HOME', config_path)
99
100
        self.assertPathDoesNotExist(config_path)
100
101