/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_diff.py

  • Committer: Jelmer Vernooij
  • Date: 2017-10-06 00:30:01 UTC
  • mfrom: (6792.1.3 fix-language)
  • Revision ID: jelmer@jelmer.uk-20171006003001-v8h8x87gtij9s0z8
Merge lp:~jelmer/brz/fix-language.

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
 
321
321
    def test_external_diff_binary(self):
322
322
        """The output when using external diff should use diff's i18n error"""
 
323
        for lang in ('LANG', 'LC_ALL', 'LANGUAGE'):
 
324
            self.overrideEnv(lang, 'C')
323
325
        # Make sure external_diff doesn't fail in the current LANG
324
326
        lines = external_udiff_lines(['\x00foobar\n'], ['foo\x00bar\n'])
325
327