Explorar o código

Applying NPTest.pm patch (fix for unconfigured variables) from github
user dermouth.

abrist %!s(int64=12) %!d(string=hai) anos
pai
achega
c13f3c1ca1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      NPTest.pm

+ 1 - 1
NPTest.pm

@@ -347,7 +347,7 @@ sub getTestParameter
   }
 
   # Set "none" if no terminal attached (eg, tinderbox build servers when new variables set)
-  return "" unless (-t STDERR);
+  return "" unless (-t STDIN);
 
   my $userResponse = "";