summaryrefslogtreecommitdiff
path: root/test/asset/shell/spawn.et
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-08-02 14:55:46 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-08-02 16:24:32 +0200
commit387b02e41cc835541dcfc31af5f96873d5576e37 (patch)
tree9f7cbd1a6e5f408c17d5c791566d50ab6b69b93c /test/asset/shell/spawn.et
parent28a93e24f6a33a8254c16c31961d523c71bdb1d2 (diff)
Test: basic shell scripts
Diffstat (limited to 'test/asset/shell/spawn.et')
-rw-r--r--test/asset/shell/spawn.et13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/asset/shell/spawn.et b/test/asset/shell/spawn.et
new file mode 100644
index 0000000..9d48e72
--- /dev/null
+++ b/test/asset/shell/spawn.et
@@ -0,0 +1,13 @@
+test ShellTrue:
+ node n
+ shell on n:
+ true
+
+ shell on n as sh:
+ true
+
+
+test ShellFalse:
+ node n
+ shell on n as sh:
+ false