From 6175507c06de56e03407004bd2f289ed2cce034d Mon Sep 17 00:00:00 2001
From: Florian Weimer <fweimer@redhat.com>
Date: Fri, 1 Feb 2019 14:04:42 +0100
Subject: support: Correct error message for TEST_COMPARE_STRING

It should say "string", not "blob".
---
 support/support_test_compare_string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'support/support_test_compare_string.c')

diff --git a/support/support_test_compare_string.c b/support/support_test_compare_string.c
index d6d6d551de..36b248c9c1 100644
--- a/support/support_test_compare_string.c
+++ b/support/support_test_compare_string.c
@@ -75,7 +75,7 @@ support_test_compare_string (const char *left, const char *right,
       || memcmp (left, right, left_length) != 0)
     {
       support_record_failure ();
-      printf ("%s:%d: error: blob comparison failed\n", file, line);
+      printf ("%s:%d: error: string comparison failed\n", file, line);
       if (left_length == right_length && right != NULL && left != NULL)
         printf ("  string length: %zu bytes\n", left_length);
       else
-- 
cgit v1.2.3-70-g09d2