diff tests/test_ttw.txt @ 68:e62d2fddb275

use the actual paths i mean
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 02 Mar 2012 09:36:58 -0800
parents cf03c3f2f98e
children 10f343c483ee
line wrap: on
line diff
--- a/tests/test_ttw.txt	Thu Mar 01 19:40:10 2012 -0800
+++ b/tests/test_ttw.txt	Fri Mar 02 09:36:58 2012 -0800
@@ -61,7 +61,7 @@
 
     >>> tmpdir = tempfile.mkdtemp()
     >>> venv = create_virtualenv(tmpdir)
-    >>> code = subprocess.call([venv.python, '-c', 'import helloworld'])
+    >>> code = subprocess.call([venv.python, '-c', 'import helloworld'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
     >>> code
     1
     >>> shutil.rmtree(tmpdir)