summaryrefslogtreecommitdiffstats
path: root/Test/B03print.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/B03print.ztst
parent22758: fix tests by setting locale to C (diff)
downloadzsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.gz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.bz2
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.lz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.xz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.zst
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.zip
revert 22758 and add LC_NUMERIC and LC_MESSAGES
to test harness instead
Diffstat (limited to 'Test/B03print.ztst')
-rw-r--r--Test/B03print.ztst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index 3dcb4e74a..d6dea5a3d 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -76,8 +76,6 @@
>123 678
>90 0
-# See A06assign for full explanation
- LC_ALL=C LC_NUMERIC=C
printf '%g %g\n' 123.45 678 90.1
0:test g format specifier
>123.45 678