~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_init.py

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        except UnicodeError:
143
143
            raise TestSkipped("Unable to create Unicode filename")
144
144
        # try to init unicode dir
145
 
        self.run_bzr(['init', u'mu-\xb5'])
 
145
        self.run_bzr(['init', '-q', u'mu-\xb5'])
146
146
 
147
147
    def create_simple_tree(self):
148
148
        tree = self.make_branch_and_tree('tree')