aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command/list.py')
-rw-r--r--libbe/command/list.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/command/list.py b/libbe/command/list.py
index 23dbdc0..7c3f5af 100644
--- a/libbe/command/list.py
+++ b/libbe/command/list.py
@@ -63,9 +63,9 @@ class List (libbe.command.Command):
>>> cmd._setup_io = lambda i_enc,o_enc : None
>>> cmd.stdout = sys.stdout
>>> ret = cmd.run(bd.storage, bd)
- sim/a:om: Bug A
+ abc/a:om: Bug A
>>> ret = cmd.run(bd.storage, bd, {'status':'closed'})
- sim/b:cm: Bug B
+ abc/b:cm: Bug B
>>> bd.storage.writeable
True
>>> bd.cleanup()