Improve VM support
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Runner / Interactive.pm
index af1581e1fa805a89aee6ba8a4a1f41c9ceb14227..ed9a056f2aac09e5907a35f15a18d4b3c336f98a 100644 (file)
@@ -21,11 +21,6 @@ sub run{
        mkfifo 'fifo1', 0600 or die "$!\n" unless -e 'fifo1';
        mkfifo 'fifo2', 0600 or die "$!\n" unless -e 'fifo2';
 
-       if ($test == 1 && $ENV{GRUNTMASTER_VM}) {
-               exec 'cat <prog.out >ver.in' if fork;
-               exec 'cat <ver.out >prog.in' if fork;
-       }
-
        my $ret = fork // get_logger->logdie("Fork failed: $!");
        if ($ret) {
                try {
This page took 0.009289 seconds and 4 git commands to generate.