projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af370a1
)
zfec: remove printout that was used only for debugging
author
zooko
<zooko@zooko.com>
Thu, 26 Apr 2007 23:20:27 +0000
(
04:50
+0530)
committer
zooko
<zooko@zooko.com>
Thu, 26 Apr 2007 23:20:27 +0000
(
04:50
+0530)
darcs-hash:
e6540877a9ef796700c2652651b9b237642ce016
zfec/zfec/test/test_zfec.py
patch
|
blob
|
history
diff --git
a/zfec/zfec/test/test_zfec.py
b/zfec/zfec/test/test_zfec.py
index 8cb929550b0d00f6de4499fcb5f4a961d39b675c..0e60d1e17f1ba057287f63d7bfab2275f99fd32f 100755
(executable)
--- a/
zfec/zfec/test/test_zfec.py
+++ b/
zfec/zfec/test/test_zfec.py
@@
-215,7
+215,6
@@
class Cmdline(unittest.TestCase):
sys.argv.extend(sharefns)
sys.argv.extend(['-o', os.path.join(tempdir.name, 'test.data-recovered'),])
- print os.system("ls -ald %s" % (os.path.join(tempdir.name, 'test.data-recovered')))
retcode = zfec.cmdline_zunfec.main()
assert retcode == 0, retcode
import filecmp