From 95e5f867f99529e3208b1ee22cd3e7817d2e51a3 Mon Sep 17 00:00:00 2001 From: Leo Simons Date: Wed, 6 Aug 2014 14:01:08 +0200 Subject: [PATCH] Second Attempt to get these tests working on python 2.6. --- test/systemvm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/systemvm/__init__.py b/test/systemvm/__init__.py index b47c4766bf0..858bc5fd47a 100644 --- a/test/systemvm/__init__.py +++ b/test/systemvm/__init__.py @@ -41,7 +41,7 @@ except (NameError, ImportError): error.output = output raise error return output - subprocess.check_output + subprocess.check_output = check_output from vagrant import Vagrant