nss/tst-nss-files-alias-leak: add missing opening quote in printf
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 24 Mar 2019 14:49:03 +0000 (15:49 +0100)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Mon, 25 Mar 2019 15:22:53 +0000 (12:22 -0300)
ChangeLog
nss/tst-nss-files-alias-leak.c

index 0f4d746..75bab0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-25  Andreas K. Hüttel  <dilfridge@gentoo.org>
+
+       * nss/tst-nss-files-alias-leak.c (do_test): add missing opening
+       quote in printf.
+
 2019-03-25  Mike Crowe  <mac@mcrowe.com>
 
        * nptl/tst-rwlock14.c (do_test): Replace duplicate calls to
index 4ebe186..946739b 100644 (file)
@@ -191,7 +191,7 @@ do_test (void)
           else if (ret != ERANGE)
             {
               support_record_failure ();
-              printf ("error: invalid return code %d (user \%s\", size %zu)\n",
+              printf ("error: invalid return code %d (user \"%s\", size %zu)\n",
                       ret, users[id], size);
             }
           free (buffer);