summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-14 00:06:47 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-14 00:06:47 +0000
commit5b855e40bd26a3432c54b2bc89fcb16f603b2e35 (patch)
tree53fb34e61553c1eb0df9c9d8cb8f0c15ed99e20a /Test
parent33958: update sudo completion for newer options (diff)
downloadzsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.tar
zsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.tar.gz
zsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.tar.bz2
zsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.tar.lz
zsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.tar.xz
zsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.tar.zst
zsh-5b855e40bd26a3432c54b2bc89fcb16f603b2e35.zip
unposted: Add missing -f arg to zsh in D04parameter.ztst
Diffstat (limited to 'Test')
-rw-r--r--Test/D04parameter.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst
index 0cbe6c95d..94d15f205 100644
--- a/Test/D04parameter.ztst
+++ b/Test/D04parameter.ztst
@@ -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