From daed9601f723dfad8dbbd41b084807f160c94c8c Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 23 Sep 2006 06:55:29 +0000 Subject: revert 22758 and add LC_NUMERIC and LC_MESSAGES to test harness instead --- Test/A06assign.ztst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Test/A06assign.ztst') diff --git a/Test/A06assign.ztst b/Test/A06assign.ztst index ec5331bd0..bbed909c5 100644 --- a/Test/A06assign.ztst +++ b/Test/A06assign.ztst @@ -55,13 +55,6 @@ (( i == 30 )) 0:add to integer -# According to official printf info page: -# A floating-point argument must use a period before any fractional -# digits, but is printed according to the `LC_NUMERIC' category of the -# current locale. -# So, force LC_ALL to be C (otherwise it overrides LC_NUMERIC) - - LC_ALL=C LC_NUMERIC=C float f=3.4 f+=2.3 printf "%g\n" f -- cgit 1.4.1