do better with paths

This commit is contained in:
Jean-Paul Calderone 2021-01-10 11:22:00 -05:00
parent a73668a056
commit b02b930eed

View File

@ -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(