about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/E02xtrace.ztst2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d9e7adea..ac59aa3e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-13  dana  <dana@dana.is>
+
+	* 45537 (tweaked per 45550, needs 45536): Test/E02xtrace.ztst:
+	Fix inconsistent function-name encoding in preserves-xtrace test
+
 2020-03-12  Daniel Shahaf  <danielsh@apache.org>
 
 	* unposted: .editorconfig: Specify spaces rather than tabs for
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