mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
fix unit test to pass forward-slashes to the CLI since it demands that the CLI emit forward-slashes
This commit is contained in:
parent
2cb05817a6
commit
38d1af7ede
@ -1103,7 +1103,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
||||
self.failUnlessEqual(err, "")
|
||||
d.addCallback(_check_get_to_stdout)
|
||||
|
||||
get_to_file_target = os.path.join(self.basedir, "get.downfile")
|
||||
get_to_file_target = self.basedir + "/get.downfile"
|
||||
def _get_to_file(res):
|
||||
argv = ["get"] + nodeargs + ["test_put/upload.txt",
|
||||
get_to_file_target]
|
||||
|
Loading…
x
Reference in New Issue
Block a user