tests: avoid DOS line endings in PSK file
commitf1018ea0a30f577d1e3515d0a6362e362a0cb86f
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Sep 2022 14:57:24 +0000 (28 15:57 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 27 Oct 2022 10:55:41 +0000 (27 11:55 +0100)
treed3e864f0cd098cb53d8b6bf23a41e51fd666eb0c
parent3983bf1b41cefcf553a2c6316f767367d6977b51
tests: avoid DOS line endings in PSK file

Using FILE * APIs for writing the PSK file results in translation from
UNIX to DOS line endings on Windows. When the crypto PSK code later
loads the credentials the stray \r will result in failure to load the
PSK credentials into GNUTLS.

Rather than switching the FILE* APIs to open in binary format, just
switch to the more concise g_file_set_contents API.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/unit/crypto-tls-psk-helpers.c