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:
51523f7
)
test_cli.py: fix a stale comment that incorrectly implied that test_cli runs CLI...
author
david-sarah
<david-sarah@jacaranda.org>
Wed, 10 Nov 2010 02:28:19 +0000
(18:28 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Wed, 10 Nov 2010 02:28:19 +0000
(18:28 -0800)
src/allmydata/test/test_cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_cli.py
b/src/allmydata/test/test_cli.py
index be89e3524a445a435be875bc35b0e790485377e6..24b391d52e9926c59cb953a63b3f2fb29bc9085c 100644
(file)
--- a/
src/allmydata/test/test_cli.py
+++ b/
src/allmydata/test/test_cli.py
@@
-12,8
+12,7
@@
from allmydata import uri
from allmydata.immutable import upload
from allmydata.dirnode import normalize
-# Test that the scripts can be imported -- although the actual tests of their
-# functionality are done by invoking them in a subprocess.
+# Test that the scripts can be imported.
from allmydata.scripts import create_node, debug, keygen, startstop_node, \
tahoe_add_alias, tahoe_backup, tahoe_check, tahoe_cp, tahoe_get, tahoe_ls, \
tahoe_manifest, tahoe_mkdir, tahoe_mv, tahoe_put, tahoe_rm, tahoe_webopen