226
218
# and uses whoami only in a lock file. Without whoami the login name
227
219
# is used. This test is to ensure that init passes even when whoami
231
223
out, err = self.run_bzr(['init', 'foo'])
232
224
self.assertEqual(err, '')
233
225
self.assertTrue(os.path.exists('foo'))