summaryrefslogtreecommitdiff
path: root/test/asset/shell/spawn.et
diff options
context:
space:
mode:
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