From dfc26195c916d54163a3f0dd2eb159db2d974569 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 10 Jan 2011 18:24:17 +0000 Subject: 28617: NO_EXEC option was doing too much work in parameter subscripting, parameter assignment, and globbing --- Test/E01options.ztst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Test/E01options.ztst') diff --git a/Test/E01options.ztst b/Test/E01options.ztst index be83ceccd..4b53840c6 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -344,6 +344,15 @@ 0:NO_EXEC option >before + (setopt noexec + typeset -A hash + hash['this is a string']) +0:NO_EXEC option should not attempt to parse subscripts + + (setopt noexec nomatch + echo *NonExistentFile*) +0:NO_EXEC option should not do globbing + setopt NO_eval_lineno eval 'print $LINENO' setopt eval_lineno -- cgit 1.4.1