mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Update monkey-patches to reflect moved code
This commit is contained in:
parent
8a808ba5c6
commit
595295e88d
@ -1346,8 +1346,8 @@ class Stop(unittest.TestCase):
|
||||
|
||||
class Start(unittest.TestCase):
|
||||
|
||||
@patch('allmydata.scripts.tahoe_daemonize.os.chdir')
|
||||
@patch('allmydata.scripts.tahoe_daemonize.twistd')
|
||||
@patch('allmydata.scripts.run_common.os.chdir')
|
||||
@patch('allmydata.scripts.run_common.twistd')
|
||||
def test_non_numeric_pid(self, mock_twistd, chdir):
|
||||
"""
|
||||
If the pidfile exists but does not contain a numeric value, a complaint to
|
||||
|
Loading…
Reference in New Issue
Block a user