summaryrefslogtreecommitdiff
path: root/test/script
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-04-19 21:02:51 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-04-24 21:25:40 +0200
commitd361b5cb163316d4e0c56cab30301e18b548afff (patch)
tree8ec62317b6b65ae02b023feb4a4ddd4cfa8e2caa /test/script
parent27462e02fd6a558ef5b96441d9977a221d5ffe66 (diff)
Arbitrary expressions as variable valuesHEADmaster
Diffstat (limited to 'test/script')
-rw-r--r--test/script/run.et4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/script/run.et b/test/script/run.et
index ace5192..2572f87 100644
--- a/test/script/run.et
+++ b/test/script/run.et
@@ -29,8 +29,8 @@ test TrivialRun:
test SimpleRun:
- let should_succeed = [ "bool", "command-ignore" ]
- let should_fail = [ "bool" ]
+ let should_succeed = [ "bool", "command-flush", "command-ignore" ]
+ let should_fail = [ "bool", "command-ignore" ]
spawn as p
with p: