about summary refs log tree commit diff
path: root/Test/A06assign.ztst
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 06:55:29 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 06:55:29 +0000
commitdaed9601f723dfad8dbbd41b084807f160c94c8c (patch)
tree5dd4962336f3bc93c45e37732af32beb8d3018e1 /Test/A06assign.ztst
parent4e576c069c36bd31c6bbd57ba661361cb29274c9 (diff)
downloadzsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.gz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.xz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.zip
revert 22758 and add LC_NUMERIC and LC_MESSAGES
to test harness instead
Diffstat (limited to 'Test/A06assign.ztst')
-rw-r--r--Test/A06assign.ztst7
1 files changed, 0 insertions, 7 deletions
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