From 5b855e40bd26a3432c54b2bc89fcb16f603b2e35 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 14 Dec 2014 00:06:47 +0000 Subject: unposted: Add missing -f arg to zsh in D04parameter.ztst --- Test/D04parameter.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') 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 -- cgit 1.4.1