fix unit test to pass forward-slashes to the CLI since it demands that the CLI emit forward-slashes

This commit is contained in:
Zooko O'Whielacronx 2007-12-11 20:03:44 -07:00
parent 2cb05817a6
commit 38d1af7ede

View File

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