summaryrefslogtreecommitdiffstats
path: root/NPTest.pm
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@gmx.de>2009-06-16 17:31:25 (GMT)
committerMatthias Eble <psychotrahe@gmx.de>2009-06-16 17:31:25 (GMT)
commit3ea954933ce538fa366a998ae9acbb241a63293a (patch)
tree760f0aeb69eeed1c0a24194d154360a91d8253f4 /NPTest.pm
parent2e7c3ac75ac62d8e5bfd0b62d60d7b98597bb9ea (diff)
downloadmonitoring-plugins-3ea954933ce538fa366a998ae9acbb241a63293a.tar.gz
Tinderbox output testing commit
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 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, $/);