summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0033add_set_simple_flat_0
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: clear expression context before cmd evaluationFlorian Westphal2018-04-191-0/+9
We also need to clear expr ctx before we eval a command. This is a followup fix to 'evaluate: reset eval context when evaluating set definitions'. The first patch only fixed set evaluation when dealing with a complete table representation rather than individual commands. Reported-by: David Fabian <david.fabian@bosson.cz> Signed-off-by: Florian Westphal <fw@strlen.de>