diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D04parameter.ztst | 4 |
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 |