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