summaryrefslogtreecommitdiffstats
path: root/NPTest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'NPTest.pm')
-rw-r--r--NPTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/NPTest.pm b/NPTest.pm
index ebc2602..b00a708 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -347,7 +347,7 @@ sub getTestParameter
347 } 347 }
348 348
349 # Set "none" if no terminal attached (eg, tinderbox build servers when new variables set) 349 # Set "none" if no terminal attached (eg, tinderbox build servers when new variables set)
350 return "" unless (-t STDERR); 350 return "" unless (-t STDIN);
351 351
352 my $userResponse = ""; 352 my $userResponse = "";
353 353