55e7a58 Fix test_cli_fsencoding on Python 3.7

Authored and Committed by cheimes 5 years ago
    Fix test_cli_fsencoding on Python 3.7
    
    Starting with Python 3.7, PEP 538 addresses the locale issue. Python now
    supports UTF-8 file system encoding with non-UTF-8 C locale.
    
    See: https://docs.python.org/3/whatsnew/3.7.html#whatsnew37-pep538
    See: https://pagure.io/freeipa/issue/5887
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>