summaryrefslogtreecommitdiff
path: root/test/asset/shell/spawn.et
blob: 9d48e721b3add1d7822feccb859095484d9c86f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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