mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
hardcoding bad
This commit is contained in:
parent
62b92585c6
commit
7fdeb8797e
@ -635,7 +635,7 @@ class PidFileLocking(SyncTestCase):
|
||||
"""
|
||||
# this can't just be "our" process because the locking library
|
||||
# allows the same process to acquire a lock multiple times.
|
||||
pidfile = FilePath("foo")
|
||||
pidfile = FilePath(self.mktemp())
|
||||
lockfile = _pidfile_to_lockpath(pidfile)
|
||||
|
||||
with open("other_lock.py", "w") as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user