mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
49802 (+49804): pass MODULE_PATH to zsh started in test W03
This commit is contained in:
parent
1640457f47
commit
ee1d622042
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2022-03-06 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 49802 (+ 49804:Daniel): Test/W03jobparameters.ztst: pass
|
||||
MODULE_PATH to the zsh started by zpty
|
||||
|
||||
2022-03-03 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 49792: Src/input.c, Test/A01grammar.ztst: Use line buffering
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
%test
|
||||
|
||||
zpty_start
|
||||
zpty_input "MODULE_PATH=${(q)MODULE_PATH}"
|
||||
zpty_input 'sleep 3 &'
|
||||
zpty_input 'print $jobstates'
|
||||
zpty_input '(print $jobstates)'
|
||||
|
|
Loading…
Reference in a new issue