aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NPTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/NPTest.pm b/NPTest.pm
index cbd78c82..8ea5af8c 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -626,7 +626,7 @@ sub testCmd {
$object->output($output);
my ($pkg, $file, $line) = caller(0);
- diag("Testing: $command", $/);
+ print "Testing: $command", $/;
if ($ENV{'NPTEST_DEBUG'}) {
diag("testCmd: Called from line $line in $file", $/);
diag("Output: ", $object->output, $/);