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