]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix unit test to pass forward-slashes to the CLI since it demands that the CLI emit...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 12 Dec 2007 03:03:44 +0000 (20:03 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 12 Dec 2007 03:03:44 +0000 (20:03 -0700)
src/allmydata/test/test_system.py

index 048ab35398c4c581db039b7606486e668310069d..cae3200849f0eaebca50afdc0d6a92b0ac8ac8ac 100644 (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]