mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
zfec: remove printout that was used only for debugging
This commit is contained in:
parent
0452db1300
commit
b3e9abdc3d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user