Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mono / tests / test-driver
index 86fcf423c45bb981ed71225704144dd10ac9a2d0..a10323bb177a938ff2c311ff9b69e6b4eb812361 100755 (executable)
@@ -47,9 +47,6 @@ my $cpid = fork ();
 if (!defined ($cpid)) {
        $res = system("$interpreter @ARGV $test_binary 2>$stderr 1>$stdout");
 } elsif ($cpid == 0) {
-           print "that's it >>>>>>>>\n";
-           print "$interpreter @ARGV $test_binary 2>$stderr 1>$stdout\n";
-           print "\n<<<<<<<<<\n";
        exec ("$interpreter @ARGV $test_binary 2>$stderr 1>$stdout") || die "Cannot exec: $!";
 } else {
        # in the parent, setup the alarm