about summary refs log tree commit diff
path: root/Test/E01options.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/E01options.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/E01options.ztst')
-rw-r--r--Test/E01options.ztst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Test/E01options.ztst b/Test/E01options.ztst
index f407ecb6b..da4020c15 100644
--- a/Test/E01options.ztst
+++ b/Test/E01options.ztst
@@ -195,8 +195,6 @@
 >8#21
 >023
 
-  # now-a-days cd can easily be localized. Force default (POSIX) locale
-  LC_ALL=C LC_MESSAGES=C
   setopt cdablevars
   # only absolute paths are eligible for ~-expansion
   cdablevar1=tmpcd
@@ -209,8 +207,8 @@
   cd cdablevar2
 1q:CDABLE_VARS option
 >back in options.tmp
-?(eval):cd:6: no such file or directory: cdablevar1
-?(eval):cd:12: no such file or directory: cdablevar2
+?(eval):cd:4: no such file or directory: cdablevar1
+?(eval):cd:10: no such file or directory: cdablevar2
 
 # CHASE_DOTS should go with CHASE_LINKS in B01cd.ztst
 # which saves me having to write it here.