summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-12-31 09:42:44 -0600
committerdana <dana@dana.is>2018-12-31 10:03:08 -0600
commit92b204cb123798c4fda3fe3168b68d88e0a5e794 (patch)
treeb53144486e3958b28f5b6ea522f18e7cb553f2ca
parentde31fe1f93890bce6cac1d443c7213b61fc512f5 (diff)
downloadzsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar.gz
zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.zip
43962: Fix X04 test module_path
-rw-r--r--ChangeLog4
-rw-r--r--Test/X04zlehighlight.ztst1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0479430c7..422486439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-31 dana <dana@dana.is>
+
+ * 43962: Test/X04zlehighlight.ztst: Fix module_path
+
2018-12-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Sebastian: users/23809: Src/prompt.c,
diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst
index 23ad14bd6..e14517490 100644
--- a/Test/X04zlehighlight.ztst
+++ b/Test/X04zlehighlight.ztst
@@ -12,6 +12,7 @@
export PS1= PS2=
zpty -d
zpty zsh "${(q)ZTST_testdir}/../Src/zsh -fiV +Z"
+ zpty -w zsh "module_path=( ${(j< >)${(@q-)module_path}} \$module_path )"
zpty -w zsh 'zle_highlight=( fg_start_code:"CDE|3" fg_end_code:"|" bg_start_code:"BCDE|4" bg_end_code:"|" )'
}
zpty_input() {