about summary refs log tree commit diff
path: root/Test/B03print.ztst
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-22 19:34:05 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-22 19:34:05 +0000
commit4e576c069c36bd31c6bbd57ba661361cb29274c9 (patch)
tree9a395bd9be23d7d3384a18c0b0b2b516e2218051 /Test/B03print.ztst
parent4fdf7ec7b77c4238becf70755770a5853164c61e (diff)
downloadzsh-4e576c069c36bd31c6bbd57ba661361cb29274c9.tar.gz
zsh-4e576c069c36bd31c6bbd57ba661361cb29274c9.tar.xz
zsh-4e576c069c36bd31c6bbd57ba661361cb29274c9.zip
22758: fix tests by setting locale to C
Diffstat (limited to 'Test/B03print.ztst')
-rw-r--r--Test/B03print.ztst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index d6dea5a3d..3dcb4e74a 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -76,6 +76,8 @@
 >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