Release GNU make 3.82
[platform/upstream/make.git] / tests / test_driver.pl
index dc0c29a..06e8a6a 100644 (file)
@@ -802,7 +802,7 @@ sub _run_command
   eval {
       local $SIG{ALRM} = sub { die "timeout\n"; };
       alarm $test_timeout;
-      $code = system @_;
+      $code = system(@_);
       alarm 0;
   };
   if ($@) {