=== modified file 'breezy/tests/blackbox/test_init.py'
--- old/breezy/tests/blackbox/test_init.py	2021-11-15 17:27:44 +0000
+++ new/breezy/tests/blackbox/test_init.py	2022-04-12 20:07:02 +0000
@@ -199,7 +199,6 @@
         out, err = self.run_bzr(['init', '--format=pack-0.92', self.get_url()])
         self.assertEqual(out,
                          """Created a standalone branch (format: pack-0.92)\n""")
-        self.assertEqual('', err)
 
     def test_init_existing_branch(self):
         # when there is already a branch present, make mention

