X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FRunner%2FInteractive.pm;fp=lib%2FGruntmaster%2FDaemon%2FRunner%2FInteractive.pm;h=ed9a056f2aac09e5907a35f15a18d4b3c336f98a;hp=af1581e1fa805a89aee6ba8a4a1f41c9ceb14227;hb=0f817fa673bc9fb881c260d7667d71972492fa84;hpb=34a91d9a841432323980cad110047f18bb7ce7d8 diff --git a/lib/Gruntmaster/Daemon/Runner/Interactive.pm b/lib/Gruntmaster/Daemon/Runner/Interactive.pm index af1581e..ed9a056 100644 --- a/lib/Gruntmaster/Daemon/Runner/Interactive.pm +++ b/lib/Gruntmaster/Daemon/Runner/Interactive.pm @@ -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 ver.in' if fork; - exec 'cat prog.in' if fork; - } - my $ret = fork // get_logger->logdie("Fork failed: $!"); if ($ret) { try {