From 76371ae5a9d07295a0384e28b191e32879903856 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Tue, 9 Nov 2010 18:28:19 -0800
Subject: [PATCH] test_cli.py: fix a stale comment that incorrectly implied
 that test_cli runs CLI commands in subprocesses (it actually runs them using
 deferToThread).

---
 src/allmydata/test/test_cli.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py
index be89e352..24b391d5 100644
--- 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
-- 
2.45.2