summaryrefslogtreecommitdiff
path: root/test/asset/run-fail/command-ignore.et
blob: 962278258f800a3070b6a88ba2764c683ca4b521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test Test:
    node n
    shell on n as p:
        cat

    send "a" to p
    send "b" to p
    send "x" to p
    expect /x/ from p
    ignore from p

    multiply_timeout by 0.0
    expect /.*/ from p