mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-13 13:41:01 +02:00
unposted: Add missing -f arg to zsh in D04parameter.ztst
This commit is contained in:
parent
3b7061e4e4
commit
5b855e40bd
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-12-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Test/D04parameter.ztst: need -f for starting zsh
|
||||
to avoid problems from user config files.
|
||||
|
||||
2014-12-13 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 33958: Completion/Unix/Command/_sudo: update for newer options
|
||||
|
|
|
@ -1658,8 +1658,8 @@
|
|||
>l
|
||||
|
||||
SHLVL=1
|
||||
$ZTST_testdir/../Src/zsh -c 'echo $SHLVL'
|
||||
$ZTST_testdir/../Src/zsh -c '(echo $SHLVL)'
|
||||
$ZTST_testdir/../Src/zsh -fc 'echo $SHLVL'
|
||||
$ZTST_testdir/../Src/zsh -fc '(echo $SHLVL)'
|
||||
0:SHLVL appears sensible when about to exit shell
|
||||
>2
|
||||
>2
|
||||
|
|
Loading…
Reference in a new issue