re-enable tests/torpedo/epilogue-fifo*
[fleet.git] / tests / dock / kill-only-standing-instructions.fleet
1 #skip
2 #expect 1
3 #expect 2
4
5 #ship debug  : Debug
6 #ship fifo   : Fifo
7 #ship fifo2  : Fifo
8
9 debug.in:  set ilc=*;  recv, deliver;
10 fifo.in:
11   set word= 1;
12   deliver;
13   set ilc=*;  recv, deliver;
14
15 fifo2.in:
16   set word= 2;
17   deliver;
18   set ilc=*;  recv, deliver;
19
20 fifo2.out: recv token, collect, send to fifo.in;
21
22 fifo.out:
23   [Rq] send token to fifo2.out;
24   [Rq] collect, send to debug.in;
25   [Rq] collect, send to debug.in;
26   tail;
27   tail;
28
29