Unlink fifo1 & fifo2 after each test
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 21 Apr 2014 16:16:49 +0000 (19:16 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 21 Apr 2014 16:16:49 +0000 (19:16 +0300)
lib/Gruntmaster/Daemon/Runner/Interactive.pm

index 66493cfdb5af0f7e76be1fb36d784c6ca5800d38..ecefbff7f8a91a8842e190d31f88d89f63e3557d 100644 (file)
@@ -35,6 +35,9 @@ sub run{
                exit
        }
 
                exit
        }
 
+       unlink 'fifo1';
+       unlink 'fifo2';
+
        scalar slurp 'result'
 }
 
        scalar slurp 'result'
 }
 
This page took 0.009873 seconds and 4 git commands to generate.