summaryrefslogtreecommitdiffstats
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 cbd78c8..8ea5af8 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -626,7 +626,7 @@ sub testCmd {
626 $object->output($output); 626 $object->output($output);
627 627
628 my ($pkg, $file, $line) = caller(0); 628 my ($pkg, $file, $line) = caller(0);
629 diag("Testing: $command", $/); 629 print "Testing: $command", $/;
630 if ($ENV{'NPTEST_DEBUG'}) { 630 if ($ENV{'NPTEST_DEBUG'}) {
631 diag("testCmd: Called from line $line in $file", $/); 631 diag("testCmd: Called from line $line in $file", $/);
632 diag("Output: ", $object->output, $/); 632 diag("Output: ", $object->output, $/);