Skip to content

Commit 95e5f86

Browse files
lsimonswilderrodrigues
authored andcommitted
Second Attempt to get these tests working on python 2.6.
1 parent f593255 commit 95e5f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/systemvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def check_output(*popenargs, **kwargs):
4141
error.output = output
4242
raise error
4343
return output
44-
subprocess.check_output
44+
subprocess.check_output = check_output
4545

4646

4747
from vagrant import Vagrant

0 commit comments

Comments
 (0)