We have two failed tests in TestRemoteOperations: - [test_exec_command_failure](https://github.com/postgrespro/testgres/blob/5e9ecbcce3db6ade8f3bf59290e8d57d8dde19fa/tests/test_remote.py#L28) - [test_makedirs_and_rmdirs_failure](https://github.com/postgrespro/testgres/blob/5e9ecbcce3db6ade8f3bf59290e8d57d8dde19fa/tests/test_remote.py#L74) Both tests expect that ExecUtilException::message contains binary data not string. There is need to: - research an implementation of [RemoteOperations::exec_command](https://github.com/postgrespro/testgres/blob/5e9ecbcce3db6ade8f3bf59290e8d57d8dde19fa/testgres/operations/remote_ops.py#L61) and [LocalOperations::exec_command](https://github.com/postgrespro/testgres/blob/5e9ecbcce3db6ade8f3bf59290e8d57d8dde19fa/testgres/operations/local_ops.py#L109) - understand what is wrong in a message of error - fix tests