From b373f4056b5215150ebfd185a079be9c9a598057 Mon Sep 17 00:00:00 2001 From: "sayantan.dutta@oracle.com" <> Date: Thu, 15 Mar 2012 12:35:09 +0530 Subject: BUG #13619394 - 62572: "MAKE TEST" FAILS ON "MY_VSNPRINTF"Reverting Back sighting Bar's mail. --- unittest/mysys/my_vsnprintf-t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/mysys') diff --git a/unittest/mysys/my_vsnprintf-t.c b/unittest/mysys/my_vsnprintf-t.c index 0085c4c1ebe..dcaa4336b9d 100644 --- a/unittest/mysys/my_vsnprintf-t.c +++ b/unittest/mysys/my_vsnprintf-t.c @@ -155,7 +155,7 @@ int main(void) "conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)", 1L, NULL, NULL, NULL, NULL); test1("Hello string `I am a string`", - "Hello string `%s`", "I am a string"); + "Hello string `%s", "I am a string"); test1("Hello TEST", "Hello %05s", "TEST"); test1("My `Q` test", -- cgit v1.2.1