3b5e979 tests_py3: decode get_file_contents() result

1 file Authored by mreznik 6 years ago, Committed by stlaz 6 years ago,
    tests_py3: decode get_file_contents() result
    
    When running tests in python3 we get bytes object instead of
    bytestring from get_file_contents() and when passing it to
    run_command() we later fail on concatenation in shell_quote().
    
    https://pagure.io/freeipa/issue/7131
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>