change some tests to require only a single fifo ship
[fleet.git] / tests / flags / signal-0-from-inbox-to-outbox.test.test
index 84f77b8..dc332b9 100644 (file)
@@ -3,12 +3,12 @@
 
 #ship debug        : Debug
 #ship fifo         : Fifo
-#ship fifo2        : Fifo
 
 debug.in:
+  send token to fifo.out:0;
   set ilc=*;  recv, deliver;
 
-fifo2.out:
+fifo.out:
   set word= 2;
   set ilc=1;
   recv token;
@@ -17,5 +17,4 @@ fifo2.out:
   [!a] set word= 0;
   send to debug.in;
 
-fifo.in:
-  send token to fifo2.out:0;
+