mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 01:08:20 +00:00
do better with paths
This commit is contained in:
parent
a73668a056
commit
b02b930eed
@ -105,10 +105,10 @@ class GetArgvTests(SyncTestCase):
|
||||
)
|
||||
check_call([
|
||||
executable,
|
||||
save_argv,
|
||||
save_argv.path,
|
||||
] + argv)
|
||||
|
||||
with open(saved_argv_path, "rt") as f:
|
||||
with open(saved_argv_path.path, "rt") as f:
|
||||
saved_argv = load(f)
|
||||
|
||||
self.assertThat(
|
||||
|
Loading…
x
Reference in New Issue
Block a user