aboutsummaryrefslogtreecommitdiff
path: root/NPTest.pm
diff options
context:
space:
mode:
authorGravatar Matthias Eble <psychotrahe@gmx.de> 2009-06-16 19:31:25 +0200
committerGravatar Matthias Eble <psychotrahe@gmx.de> 2009-06-16 19:31:25 +0200
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 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, $/);