about summary refs log tree commit diff
path: root/Test/B03print.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-01-22 14:35:12 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-01-22 14:35:12 +0000
commite375d5ee8817e7f98d0a2f37cfb7566b8572d0e0 (patch)
tree4fcda72583f7a2f899be950db94b24017aa3e0ce /Test/B03print.ztst
parentc53aa4adee9236a08d2d88c6e753588760b88f0e (diff)
downloadzsh-e375d5ee8817e7f98d0a2f37cfb7566b8572d0e0.tar.gz
zsh-e375d5ee8817e7f98d0a2f37cfb7566b8572d0e0.tar.xz
zsh-e375d5ee8817e7f98d0a2f37cfb7566b8572d0e0.zip
23119: lower case in sorting properly
Diffstat (limited to 'Test/B03print.ztst')
-rw-r--r--Test/B03print.ztst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index c3ba42b18..92a24d6b6 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -34,7 +34,12 @@
 >baz
 >bar
 
- print -io a B c
+# some locales force case-insensitive sorting
+ (LC_ALL=C; print -o a B c)
+0:case-sensitive argument sorting
+>B a c
+
+ (LC_ALL=C; print -io a B c)
 0:case-insensitive argument sorting
 >a B c