Fix the check_output in unit tests, the result was being intrepid as a byte string which caused unit tests to fail. This patch makes it a utf-8 string. Change-Id: Iba5c50762846ef5266eddd397aca44b01d411354 Signed-off-by: Chuck Short <chucks@redhat.com>