projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb0581
)
fix unit test to pass forward-slashes to the CLI since it demands that the CLI emit...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 12 Dec 2007 03:03:44 +0000
(20:03 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 12 Dec 2007 03:03:44 +0000
(20:03 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index 048ab35398c4c581db039b7606486e668310069d..cae3200849f0eaebca50afdc0d6a92b0ac8ac8ac 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-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]