Generalized doctest string in subproc.py
authorW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:26:09 +0000 (06:26 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:26:09 +0000 (06:26 -0500)
libbe/subproc.py

index 3e58271daba780421ad060703a6cf4edd9278f42..fe8820605dd37bb468df060b3d323f57c8e0b080 100644 (file)
@@ -96,7 +96,7 @@ class Pipe (object):
     >>> p.statuses
     [1, 0]
     >>> p.stderrs # doctest: +ELLIPSIS
-    ["find: `...': Permission denied\\n...", '']
+    [...find: ...: Permission denied..., '']
     """
     def __init__(self, cmds, stdin=None):
         # spawn processes