summaryrefslogtreecommitdiff
path: root/tests/tpm-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm-tests.c')
-rw-r--r--tests/tpm-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpm-tests.c b/tests/tpm-tests.c
index 93a5beba01..582ec0cfd4 100644
--- a/tests/tpm-tests.c
+++ b/tests/tpm-tests.c
@@ -22,7 +22,7 @@ static bool
tpm_test_swtpm_skip(void)
{
if (!tpm_util_swtpm_has_tpm2()) {
- fprintf(stderr, "swtpm not in PATH or missing --tpm2 support; ");
+ g_test_message("swtpm not in PATH or missing --tpm2 support");
return true;
}