about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-03-13 08:49:57 -0500
committerdana <dana@dana.is>2020-03-13 08:49:57 -0500
commit778f391a3bbe47e7a00bf5ccc6bc9e79b9d413f8 (patch)
tree9f634fbc4d74de8379dd8e9327bc1e6d52d8748e /Test
parentfd627a504fd2a84833b7edcf92dd1595fcf11df9 (diff)
downloadzsh-778f391a3bbe47e7a00bf5ccc6bc9e79b9d413f8.tar.gz
zsh-778f391a3bbe47e7a00bf5ccc6bc9e79b9d413f8.tar.xz
zsh-778f391a3bbe47e7a00bf5ccc6bc9e79b9d413f8.zip
45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in preserves-xtrace test
Tweaked per workers/45550, needs workers/45536 to be effective
Diffstat (limited to 'Test')
-rw-r--r--Test/E02xtrace.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/E02xtrace.ztst b/Test/E02xtrace.ztst
index a5a7bc55c..795f7e616 100644
--- a/Test/E02xtrace.ztst
+++ b/Test/E02xtrace.ztst
@@ -160,7 +160,7 @@
       }
       functions -T ${1}
       ${1}
-      which ${1}
+      LC_ALL=C which ${1}
     "
   done
 0:a function that redefines itself preserves tracing