about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-02-14 15:55:52 -0600
committerdana <dana@dana.is>2020-02-14 15:55:52 -0600
commite89060a37752da1a8418fa8daa1efb546c8b6e8d (patch)
treeb297e8bc502042a804def0ce3c65f5449b9c6196 /Test
parentdd523255cc67780f2e073136d7f44978f96534a7 (diff)
downloadzsh-e89060a37752da1a8418fa8daa1efb546c8b6e8d.tar.gz
zsh-e89060a37752da1a8418fa8daa1efb546c8b6e8d.tar.xz
zsh-e89060a37752da1a8418fa8daa1efb546c8b6e8d.zip
unposted: V01zmodload: Fix failing test from workers/45385
Diffstat (limited to 'Test')
-rw-r--r--Test/V01zmodload.ztst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst
index 6a4e34d2d..55c3c314b 100644
--- a/Test/V01zmodload.ztst
+++ b/Test/V01zmodload.ztst
@@ -348,7 +348,9 @@
 ?(eval):6: unknown function: systell
 ?(eval):9: file descriptor out of range
 
- $ZTST_testdir/../Src/zsh -fc '
+ $ZTST_testdir/../Src/zsh -fc "
+  MODULE_PATH=${(q)MODULE_PATH}
+  #
   zmodload zsh/zutil
   zmodload -Fal zsh/zutil | grep parse
   zmodload -u zsh/zutil
@@ -356,7 +358,7 @@
   zmodload -Fa zsh/zutil -b:zregexparse
   zmodload zsh/zutil
   zmodload -Fal zsh/zutil | grep parse >&2
- '
+ "
 0:zmodload -Fa can disable features from being loaded
 >b:zparseopts
 >b:zregexparse