From e375d5ee8817e7f98d0a2f37cfb7566b8572d0e0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 22 Jan 2007 14:35:12 +0000 Subject: 23119: lower case in sorting properly --- Test/B03print.ztst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Test/B03print.ztst') 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 -- cgit 1.4.1