From 88e2f9e68f104ea3797f7a0ffaeab7171a2eb221 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 31 Jul 2013 12:55:20 -0500 Subject: testsuite: Fix output for python3 Signed-off-by: Sol Jerome --- testsuite/Testschema/test_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/Testschema') diff --git a/testsuite/Testschema/test_schema.py b/testsuite/Testschema/test_schema.py index ddfe4775f..cd9b74cdf 100644 --- a/testsuite/Testschema/test_schema.py +++ b/testsuite/Testschema/test_schema.py @@ -41,7 +41,7 @@ class TestSchemas(Bcfg2TestCase): xmllint = Popen(['xmllint', '--xinclude', '--noout', '--schema', self.schema_url] + schemas, stdout=PIPE, stderr=STDOUT) - print(xmllint.communicate()[0]) + print(xmllint.communicate()[0].decode()) self.assertEqual(xmllint.wait(), 0) def test_duplicates(self): -- cgit v1.2.3-1-g7c22