mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-20 16:51:00 +00:00
fix formatting mistake
This commit is contained in:
parent
5a145e74ef
commit
44d76cb159
@ -105,7 +105,7 @@ class BinTahoe(common_util.SignalMixin, unittest.TestCase):
|
||||
# we have to have our own implementation of skipping these options.
|
||||
|
||||
# -t is a harmless option that warns about tabs so we can add it
|
||||
# -without impacting other behavior noticably.
|
||||
# without impacting other behavior noticably.
|
||||
out, err, returncode = run_bintahoe([u"--version"], python_options=[u"-t"])
|
||||
self.assertEqual(returncode, 0)
|
||||
self.assertTrue(out.startswith(allmydata.__appname__ + '/'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user