From 715a900c9085907fa749589bf738b192b1a2bda5 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 28 Sep 2012 12:48:42 -0600 Subject: 2012-09-28 Andreas Schwab [BZ #6530] * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22 change. 2011-09-28 Jonathan Nieder * stdio-common/Makefile (tst-sprintf-ENV): Set environment for testcase. * stdio-common/tst-sprintf.c: Include (main): Test sprintf's handling of incomplete multibyte characters. --- stdio-common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/Makefile') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 0cdf630..5e2e48d 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -116,6 +116,7 @@ CFLAGS-scanf17.c = -I../libio -I../stdlib -I../wcsmbs -I../time -I../string \ # We know the test has a format string problem. CFLAGS-tst-sprintf.c = -Wno-format +tst-sprintf-ENV = LOCPATH=$(common-objpfx)localedata tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata -- cgit v1.1