224
224
self.run_bzr('add foo.c')
225
225
self.run_bzr('commit -m ""', retcode=3)
231
out,err = self.run_bzr_subprocess('commit -m "\xff"', retcode=1,
227
236
def test_other_branch_commit(self):
228
237
# this branch is to ensure consistent behaviour, whether we're run
229
238
# inside a branch, or not.